Skip to content

Commit

Permalink
webform: fix reqired on fieldsets
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Aug 23, 2023
1 parent 8a4105c commit fa119c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/01-atoms/forms/textfields/_textfields.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fieldset.required legend,
.form-required {
&::after {
content: "*";
Expand All @@ -20,6 +21,10 @@
}
}

.form-item__description{
white-space: normal;
}

.form-item__label {
display: block;
font-weight: 600;
Expand Down

0 comments on commit fa119c9

Please sign in to comment.