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 committed May 26, 2022
1 parent 2224495 commit 4ea2b62
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
}

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

.separator {
display: none;
margin-right: 2px;
Expand Down

0 comments on commit 4ea2b62

Please sign in to comment.