diff --git a/src/material/form-field/_mdc-text-field-structure.scss b/src/material/form-field/_mdc-text-field-structure.scss index d053a08fb59b..de68cd9fa19c 100644 --- a/src/material/form-field/_mdc-text-field-structure.scss +++ b/src/material/form-field/_mdc-text-field-structure.scss @@ -43,6 +43,7 @@ $token-slots: m2-form-field.get-token-slots(); // TODO(crisbeto): this height gets overwritten eventually, but there are some internal // tests that depend on this being here in weird ways so we're keeping it around for now. height: 28px; + min-height: 28px; // Note that while this style and the `-ms-clear` are identical, we can't combine // them because if one of them isn't supported, it'll invalidate the whole rule.