Skip to content

Commit 0900483

Browse files
authored
fix(ui5-textarea): focus outline with character counter (#32)
Fixes: #29
1 parent d24139c commit 0900483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/base/TextArea.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ui5-textarea {
9292

9393
&.sapWCTextAreaWithCounter {
9494
&::after {
95-
height: ~"calc(100% - 32px)";
95+
height: ~"calc(100% - 1.875rem)";
9696
}
9797
}
9898

0 commit comments

Comments
 (0)