From aef0e4ffff3e30d7439f0f9a2589566cc5d7bb98 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 22 Nov 2024 13:41:59 -0500 Subject: [PATCH 1/3] BRM fix word wrap of pay-with-insurance button --- .../list-button-horizontal/list-button-horizontal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index 3a360c1bc..ae2011a10 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -7,7 +7,7 @@ ]" v-model="selectedValue">
+ class="button-content list-button-horizontal-content d-flex flex-column justify-content-center p-1"> {{ buttonLabel }} From d5b8f11cb64edbb6b7403454c0f992d8901923ea Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 22 Nov 2024 13:59:08 -0500 Subject: [PATCH 2/3] BRM adjust padding on pwi button --- .../list-button-horizontal/list-button-horizontal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index ae2011a10..8bcd7bd3a 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -7,7 +7,7 @@ ]" v-model="selectedValue">
+ class="button-content list-button-horizontal-content d-flex flex-column justify-content-center py-3 px-1"> {{ buttonLabel }} From e7cee96068df0ac433882531cb104cff2f836192 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 25 Nov 2024 15:51:01 -0500 Subject: [PATCH 3/3] CSR-2379 remove phone number on payment page for non glass-only. --- src/layouts/payment-method/payment-method.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index f4972a054..bfdb23318 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -46,7 +46,7 @@ v-bind:isDismissible="false" />
-
+

+ class="d-flex flex-row checkbox-group">