From 6ccf1f68dc7b91e36c65f1788e03127f123a4ecf Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 27 Nov 2023 10:18:27 -0600 Subject: [PATCH] Revert "hotfix: more space to the left of a form badge" This reverts commit 245c6c193cd1163c6988580f6ba8049fae5eb047. The space is already fixed for specific client via #271. Just that the specific client is not loading that CSS yet. So the client needs to change, not Core-Styles. --- src/lib/_imports/components/c-form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/_imports/components/c-form.css b/src/lib/_imports/components/c-form.css index dc149652f..80f92ab42 100644 --- a/src/lib/_imports/components/c-form.css +++ b/src/lib/_imports/components/c-form.css @@ -75,7 +75,7 @@ /* Field: Required, Asterisk, Important */ :--form__badge { - margin-left: 1em; + margin-left: 0.5em; } :--form__badge:where(:--form__field--has-required *) { color: var(--global-color-danger--dark);