Skip to content

Commit

Permalink
Help Text right padding if show counter is true (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
reisfmb authored and alansemenov committed May 30, 2022
1 parent 2224495 commit 5b2c690
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@
}
}

&.show-counter {
+ .help-text {
padding-right: 100px;
}
}

&.max-length-limited.show-counter {
.separator {
display: inline;
Expand Down

0 comments on commit 5b2c690

Please sign in to comment.