Skip to content

Commit

Permalink
🩹 fix form label overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed May 16, 2024
1 parent 2510205 commit a6ea8f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/styles/components/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
}

.field-required {
text-wrap: nowrap; // to prevent the asterisk from wrapping to the next line

&::after {
content: '*';
color: var(--#{$prefix}danger);
Expand Down

0 comments on commit a6ea8f6

Please sign in to comment.