From bc83970c576468cd5e8808076f29fcafd9f0a68d Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 28 Oct 2024 09:28:39 +0700 Subject: [PATCH] refactor: adjust spacing --- src/pages/05_quotation/QuotationFormInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/05_quotation/QuotationFormInfo.vue b/src/pages/05_quotation/QuotationFormInfo.vue index 2deb7f2b..6f4dd11b 100644 --- a/src/pages/05_quotation/QuotationFormInfo.vue +++ b/src/pages/05_quotation/QuotationFormInfo.vue @@ -486,6 +486,6 @@ watch( } .price-container > * { - padding: var(--size-2); + padding: var(--size-1); }