From 422828f6526038e2133723f8e8f31edf8763570c Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Tue, 12 Aug 2025 18:06:10 -0400 Subject: [PATCH] CASH-1328: css specificity fix --- src/layouts/quote/quote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 212b6f109..b74e34829 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -903,7 +903,7 @@ export default { padding-bottom: 2rem; :deep(.nav-bar) { position: initial; - button { + button.btn { width: 100%; justify-content: center; }