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/dialog): incorrect action height if box-sizing is configured globally (#20889)
It's common for apps to set `* { box-sizing: border-box; }` at a global level which ends up
breaking the styles of our dialog. These changes set an explicit `box-sizing` to ensure
that it still looks consistently. This is in line with what we've done in other similar cases.
Fixes#20887.
0 commit comments