We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1002e0a commit 00b375bCopy full SHA for 00b375b
core/src/components/textarea/textarea.ionic.scss
@@ -29,9 +29,9 @@
29
30
// Setting height to 0 allows it to collapse in height
31
// instead of growing above the min height by default.
32
-// .textarea-wrapper-inner {
33
-// height: 0;
34
-// }
+:host(:not(rows)) .textarea-wrapper-inner {
+ height: 0;
+}
35
36
:host .native-wrapper::after {
37
@include globals.padding(0);
0 commit comments