Skip to content

Commit

Permalink
fix(input): limit help and error text width
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 5, 2023
1 parent 709e2eb commit f12cdaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/SInputBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ function getErrorMsg(validation: Validatable) {
.help-error {
width: 100%;
max-width: 65ch;
margin: 0;
padding: 6px 0 0 0;
line-height: 18px;
Expand All @@ -165,6 +166,7 @@ function getErrorMsg(validation: Validatable) {
}
.help-text {
max-width: 65ch;
margin: 0;
padding: 4px 0 0;
line-height: 20px;
Expand Down

0 comments on commit f12cdaf

Please sign in to comment.