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
…2760)

Co-authored-by: Jacques Lebourgeois <jacques.lebourgeois@orange.com>
  • Loading branch information
julien-deramond and jacques-lebourgeois authored Oct 14, 2024
1 parent 07f1c1d commit c13d6f0
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 c13d6f0

Please # to comment.