We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ff33c commit 429fb52Copy full SHA for 429fb52
src/material/form-field/_mdc-text-field-structure.scss
@@ -43,6 +43,7 @@ $token-slots: m2-form-field.get-token-slots();
43
// TODO(crisbeto): this height gets overwritten eventually, but there are some internal
44
// tests that depend on this being here in weird ways so we're keeping it around for now.
45
height: 28px;
46
+ min-height: 28px;
47
48
// Note that while this style and the `-ms-clear` are identical, we can't combine
49
// them because if one of them isn't supported, it'll invalidate the whole rule.
0 commit comments