From 5fc18c1e6896266090ebfe0be09da8756d8a6ad3 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 29 Oct 2024 15:33:24 -0400 Subject: [PATCH 1/2] CSR-2293 fix city name word wrap. --- .../shop-question/shop-list-button/shop-list-button.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue index 13ae42095..01c8078ff 100644 --- a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue +++ b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue @@ -8,15 +8,15 @@ :aria-label="buttonLabel" class="button-content list-button-content d-flex flex-column justify-content-center py-3 px-4">
- {{ + {{ buttonLabel }} - {{ + {{ buttonLabelSubCopy }}
Date: Tue, 29 Oct 2024 15:37:52 -0400 Subject: [PATCH 2/2] Remove unneeded class. --- .../shop-question/shop-list-button/shop-list-button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue index 01c8078ff..381ff4607 100644 --- a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue +++ b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue @@ -8,7 +8,7 @@ :aria-label="buttonLabel" class="button-content list-button-content d-flex flex-column justify-content-center py-3 px-4">
- {{ + {{ buttonLabel }} {{