diff --git a/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue b/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue index e6ea27737..afdf4ba14 100644 --- a/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue +++ b/src/layouts/payment-method/promo-modal-question/promo-modal-question.vue @@ -24,14 +24,14 @@ ref="alertInvalidPromo" v-if="displayInvalidPromoAlert" v-html="errorMessage" - class="my-4 alert" + class="mt-4 alert" cmsWidgetName="AlertInvalidPromoWidget" alertClass="alert-danger" v-bind:isDismissible="false" /> @@ -39,7 +39,7 @@ ref="alertInvalidStackingPromo" v-if="displayStackingPromoAlert" v-html="errorMessage" - class="my-4 alert" + class="mt-4 alert" cmsWidgetName="AlertStackingPromoWidget" alertClass="alert-danger" v-bind:isDismissible="false" /> @@ -47,11 +47,11 @@ ref="AlertInShopPromo" v-if="displayInShopPromoAlert" v-html="errorMessage" - class="my-4 alert" + class="mt-4 alert" cmsWidgetName="AlertInshopPromoWidget" alertClass="alert-danger" v-bind:isDismissible="false" /> -
+
Promo code "{{ promoCode }}" applied