We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68a30e commit 7866bb3Copy full SHA for 7866bb3
core/src/components/textarea/textarea.common.scss
@@ -539,18 +539,6 @@
539
opacity: 1;
540
}
541
542
-/**
543
- * When the rows attribute is set, the textarea should not force a min-height,
544
- * but rather respect the natural height of the textarea, especially when
545
- * rows is set to 1.
546
- */
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]) {
551
- min-height: auto;
552
-}
553
-
554
// Start / End Slots
555
// ----------------------------------------------------------------
556
0 commit comments