Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/material/form-field/_mdc-text-field-structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading