Skip to content

Commit 74be5c3

Browse files
committed
fix(form): add space between label and required visual indication (asterix)
1 parent c3fa24c commit 74be5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Form/core/src/form.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
&__group--required &__group-label {
2424
&:after {
25-
content: '*';
25+
content: ' *';
2626
color: $color-red-error;
2727
}
2828
}

0 commit comments

Comments
 (0)