Skip to content

Commit

Permalink
fix(form): add space between label and required visual indication (as…
Browse files Browse the repository at this point in the history
…terix)
  • Loading branch information
MartinWeb committed Feb 1, 2024
1 parent c3fa24c commit 6708764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Form/core/src/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

&__group--required &__group-label {
&:after {
content: '*';
content: ' *';
color: $color-red-error;
}
}
Expand Down

0 comments on commit 6708764

Please sign in to comment.