We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8aa7a commit 493e575Copy full SHA for 493e575
core/src/components/textarea/textarea.common.scss
@@ -544,9 +544,10 @@
544
* but rather respect the natural height of the textarea, especially when
545
* rows is set to 1.
546
*/
547
-:host(.textarea-fill-outline.sc-ion-textarea-md-h[rows]),
548
-:host(.textarea-label-placement-stacked[rows]),
549
-:host(.textarea-label-placement-floating[rows]) {
+ :host(.textarea-fill-solid[rows]),
+ :host(.textarea-fill-outline[rows]),
+ :host(.textarea-label-placement-stacked[rows]),
550
+ :host(.textarea-label-placement-floating[rows]) {
551
min-height: auto;
552
}
553
0 commit comments