From b952cf20707804f781607b771726748607221747 Mon Sep 17 00:00:00 2001 From: Matt Caimi Date: Mon, 5 Feb 2024 10:46:22 -0500 Subject: [PATCH] SSR-1064 stacked buttons in sitefooter --- src/layouts/payment-method/payment-method.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index e5ab8427..1aa1d20b 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -31,7 +31,7 @@ cmsWidgetName="SiteFooterWidget" :isForwardActionDisabled="!meta.valid" :isBackButtonHidden="shouldHideBackButton" - buttonSize + :isStackedVertically="true" @backClicked="navigateBack" @ForwardClicked="forwardButtonAction" />