We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdec6f commit 766c9eaCopy full SHA for 766c9ea
src/material-experimental/mdc-form-field/form-field.scss
@@ -50,6 +50,9 @@
50
// that the projected form-field control and content can stretch as needed, but we also
51
// apply a default infix width to make the form-field's look natural.
52
.mat-mdc-form-field-infix {
53
+ // Prevent extra height from being added around the textarea, which throws off the overall
54
+ // height of the form-field
55
+ line-height: 0;
56
flex: auto;
57
min-width: 0;
58
width: $mat-form-field-default-infix-width;
0 commit comments