Skip to content

Commit b3abf2d

Browse files
authored
fix(ui5-textarea): correct row behavior in MS Edge (#12136)
1 parent 5ac155c commit b3abf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/TextArea.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
}
176176

177177
/* If the 'rows' property is not set it defaults to 2 in the native TextArea element */
178-
:host:not([rows]) .ui5-textarea-inner {
178+
:host(:not([rows])) .ui5-textarea-inner {
179179
min-height: calc(2 * var(--_ui5_textarea_line_height) * var(--sapFontSize) + var(--_ui5_textarea_padding_top) + var(--_ui5_textarea_padding_bottom));
180180
}
181181

0 commit comments

Comments
 (0)