Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 75fe98d

Browse files
fix(text-field): Fix textarea height (#2638)
1 parent 06bdbea commit 75fe98d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-textfield/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@
485485
overflow: hidden;
486486

487487
.mdc-text-field__input {
488+
height: auto;
488489
margin: 0;
489490
padding: $padding-inset;
490491
padding-top: $padding-inset * 2;

0 commit comments

Comments
 (0)