From ba755b9f4370f8a9202dca1d405409ae2c4d6ec4 Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite <91896960+AdamCaouetteSafelite@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:12:28 -0400 Subject: [PATCH] Revert "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 b74e34829..212b6f109 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.btn { + button { width: 100%; justify-content: center; }