Skip to content

Commit

Permalink
fix(ui5-textarea): focus outline with character counter (#32)
Browse files Browse the repository at this point in the history
Fixes: #29
  • Loading branch information
ilhan007 committed Feb 13, 2019
1 parent d24139c commit 0900483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/base/TextArea.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ui5-textarea {

&.sapWCTextAreaWithCounter {
&::after {
height: ~"calc(100% - 32px)";
height: ~"calc(100% - 1.875rem)";
}
}

Expand Down

0 comments on commit 0900483

Please sign in to comment.