Skip to content

Commit

Permalink
fix: autocomplete error message position
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Dec 4, 2023
1 parent d86ecc3 commit 78ed173
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scss/custom/_just-validate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ button:has(~ .just-validate-success-field),
bottom: 22px; //height of the form-feedback element
}

.autocomplete__wrapper {
.form-feedback.just-validate-error-label {
position: absolute;
}
}

textarea {
&.form-control {
background-position: top 0.3em right 0.3em !important;
Expand Down

0 comments on commit 78ed173

Please sign in to comment.