From 374b694c02c8358f9a6a96dd7313dc7d43afab64 Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Tue, 9 Sep 2025 13:44:09 -0400 Subject: [PATCH] CASH-1498: really specific update to CSS selector to fix button width on Quote; last change before important gets pulled out of the toolbox --- src/layouts/quote/quote.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 61078a1ef..18252e66f 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -904,9 +904,12 @@ export default { :deep(.nav-bar) { position: initial; - button { - width: 100%; - justify-content: center; + + @media only screen and (min-width: 340px) { + .col button { + width: 100%; + justify-content: center; + } } a.navigation-link { position: absolute;