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 7006b48 commit 2ec6185Copy full SHA for 2ec6185
src/material-experimental/mdc-form-field/form-field.scss
@@ -61,6 +61,9 @@
61
// that the projected form-field control and content can stretch as needed, but we also
62
// apply a default infix width to make the form-field's look natural.
63
.mat-mdc-form-field-infix {
64
+ // Prevent extra height from being added around the textarea, which throws off the overall
65
+ // height of the form-field
66
+ line-height: 0;
67
flex: auto;
68
min-width: 0;
69
width: form-field-sizing.$mat-form-field-default-infix-width;
0 commit comments