Skip to content

Commit

Permalink
fix(material-experimental/mdc-form-field): fix height for form field …
Browse files Browse the repository at this point in the history
…with textarea
  • Loading branch information
annieyw committed Mar 2, 2021
1 parent 7006b48 commit d72929e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material-experimental/mdc-form-field/form-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
// that the projected form-field control and content can stretch as needed, but we also
// apply a default infix width to make the form-field's look natural.
.mat-mdc-form-field-infix {
line-height: 0;
flex: auto;
min-width: 0;
width: form-field-sizing.$mat-form-field-default-infix-width;
Expand Down

0 comments on commit d72929e

Please sign in to comment.