Skip to content

Commit 00b375b

Browse files
committed
Specifying when height should be 0
1 parent 1002e0a commit 00b375b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/components/textarea/textarea.ionic.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
// Setting height to 0 allows it to collapse in height
3131
// instead of growing above the min height by default.
32-
// .textarea-wrapper-inner {
33-
// height: 0;
34-
// }
32+
:host(:not(rows)) .textarea-wrapper-inner {
33+
height: 0;
34+
}
3535

3636
:host .native-wrapper::after {
3737
@include globals.padding(0);

0 commit comments

Comments
 (0)