Commit f2d2c19
authored
refactor(material-experimental/mdc-form-field): unset MDC custom baseline adjustment (#18892)
Recently with b2e8691, we updated to
the latest canary version of the MDC text-field. MDC updated how they
align the input vertically. We decided to still use our custom
alignment using padding that will also work for custom form field
controls.
Since we still use padding alignment, we can unset the MDC
custom baseline styles. These currently have no effect, but
will cause the form-field to always have a minimum height that
needs extra treatment for the density levels.1 parent cc9793f commit f2d2c19
File tree
1 file changed
+10
-0
lines changed- src/material-experimental/mdc-form-field
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
129 | 139 | | |
0 commit comments