You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material-experimental/mdc-core): option text not centered on IE11 (#20626)
We use `min-height` on a flex container for the MDC `mat-option` which hits an IE11
bug where centering doesn't work anymore. These changes add a workaround similar
to what we do in `mat-table`.
0 commit comments