From b0df894a00812b1b4f126de807594f6c11d4e94a Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Tue, 9 Sep 2025 20:05:12 -0400 Subject: [PATCH] CASH-1502: enforce non-bolding of YMMS --- src/layouts/estimate/estimate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 68dbe3426..5e2ff4e15 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -275,6 +275,7 @@ export default { } .sub-text strong { text-transform: uppercase; + font-weight: 400; } }