From 8bcfcdc7a59f1593706f63ec82b487b6b82e63e8 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 7 Aug 2025 16:31:16 -0400 Subject: [PATCH] CASH-1043 format code. --- 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 705f36043..3c41fdb22 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -944,7 +944,7 @@ export default { } .modal-content { border-radius: 0.5rem; - margin: .5rem 0 0 0; + margin: 0.5rem 0 0 0; @include media-breakpoint-up(md) { box-shadow: none; border-radius: 0;