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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(progress-circular): wrapper not expanding layout
Since `md-progress-circular` is a custom element type, it is set to `display: inline` by default. This causes it to ignore it's specified width and height.
Fixes#9031.
Closes#9033
0 commit comments