Skip to content

Commit

Permalink
Fix error message overlapping multi-line help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
spokenbird committed May 23, 2024
1 parent 7e16c54 commit 549d160
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/static/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,12 @@ li li {
.email-confirmation-text {
color: #00891B;
font-weight: bold;
}

.form-group .text--help+.text--error {
margin-top: 0;
}

.form-group--error fieldset .text--error {
margin-top: 0;
}

0 comments on commit 549d160

Please sign in to comment.