Skip to content

Commit

Permalink
Revert "hotfix: more space to the left of a form badge"
Browse files Browse the repository at this point in the history
This reverts commit 245c6c1.

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.
  • Loading branch information
wesleyboar committed Nov 27, 2023
1 parent 245c6c1 commit 6ccf1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/_imports/components/c-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6ccf1f6

Please sign in to comment.