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/checkbox): set display on host node (#20961)
Currently the host nodes are `display: inline` by default which doesn't allow for
things like `margin` and `width` to be set. These changes switch to `inline-block` which
is a bit more flexible.
Fixes#20954.
0 commit comments