Skip to content

Commit

Permalink
Updated the required input-label styling to fit into the
Browse files Browse the repository at this point in the history
current BEM structure.

Also added space before '*' to make it look better visually.
  • Loading branch information
Dresse committed Jul 12, 2024
1 parent feb31d2 commit 2ca37f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/Library/input-label/input-label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
padding-top: $s-xs;
}

.form-required::after {
content: "*";
.input-label--required::after {
content: " *";
}

0 comments on commit 2ca37f8

Please sign in to comment.