Skip to content

Commit

Permalink
fix(forms): avoid .is-required element to be alone on a new line
Browse files Browse the repository at this point in the history
Co-authored-by: Jacques Lebourgeois <[email protected]>
  • Loading branch information
julien-deramond and jacques-lebourgeois committed Oct 14, 2024
1 parent 07f1c1d commit 612427e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/forms/_labels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}

.is-required::after {
position: absolute;
margin-left: $form-label-required-margin-left;
color: $form-label-required-color;
content: "*";
Expand Down

0 comments on commit 612427e

Please sign in to comment.