Skip to content

Commit 493e575

Browse files
committed
Removing generated css classes
1 parent 7b8aa7a commit 493e575

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/src/components/textarea/textarea.common.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,10 @@
544544
* but rather respect the natural height of the textarea, especially when
545545
* rows is set to 1.
546546
*/
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]) {
547+
:host(.textarea-fill-solid[rows]),
548+
:host(.textarea-fill-outline[rows]),
549+
:host(.textarea-label-placement-stacked[rows]),
550+
:host(.textarea-label-placement-floating[rows]) {
550551
min-height: auto;
551552
}
552553

0 commit comments

Comments
 (0)