Skip to content

Commit d72929e

Browse files
committed
fix(material-experimental/mdc-form-field): fix height for form field with textarea
1 parent 7006b48 commit d72929e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-form-field/form-field.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
// that the projected form-field control and content can stretch as needed, but we also
6262
// apply a default infix width to make the form-field's look natural.
6363
.mat-mdc-form-field-infix {
64+
line-height: 0;
6465
flex: auto;
6566
min-width: 0;
6667
width: form-field-sizing.$mat-form-field-default-infix-width;

0 commit comments

Comments
 (0)