CASH-1437: fix #5 for spacing
This commit is contained in:
parent
737da37e35
commit
ad5326d7cb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
<alert
|
<alert
|
||||||
v-if="shouldDisplayDropOffAlert"
|
v-if="shouldDisplayDropOffAlert"
|
||||||
ref="alertDropoffInformation"
|
ref="alertDropoffInformation"
|
||||||
class="mb-4 drop-off-alert"
|
class="mt-4 mb-4 drop-off-alert"
|
||||||
:cmsWidgetName="dropOffTimeSlotAlertCMSWidgetName"
|
:cmsWidgetName="dropOffTimeSlotAlertCMSWidgetName"
|
||||||
alertClass="alert-info"
|
alertClass="alert-info"
|
||||||
v-bind:isDismissible="false" />
|
v-bind:isDismissible="false" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue