We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fa24c commit 74be5c3Copy full SHA for 74be5c3
packages/Form/core/src/form.scss
@@ -22,7 +22,7 @@
22
23
&__group--required &__group-label {
24
&:after {
25
- content: '*';
+ content: ' *';
26
color: $color-red-error;
27
}
28
0 commit comments