Skip to content

Commit

Permalink
feat(layout): Form field error, set to be no larger than field
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 11, 2024
1 parent 4159b2d commit 50bccf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,7 @@ form fieldset span.error-text {
display: block;
color: var(--text-colour-error);
font-size: 10pt;
max-width: 400px;
}

form fieldset span.help-text {
Expand Down

0 comments on commit 50bccf6

Please sign in to comment.