Skip to content

Commit 8390653

Browse files
committed
Removing forced height
1 parent 7780e6d commit 8390653

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
// Ionic Textarea Sizes
2828
// --------------------------------------------------
2929

30-
// Setting height to 0 allows it to collapse in height
31-
// instead of growing above the min height by default.
32-
:host(:not([rows])) .textarea-wrapper-inner {
33-
height: 0;
34-
}
35-
3630
:host .native-wrapper::after {
3731
@include globals.padding(0);
3832
}

0 commit comments

Comments
 (0)