Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit ff10018

Browse files
crisbetoThomasBurleson
authored andcommitted
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
1 parent 1b5f81c commit ff10018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/progressCircular/progress-circular.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ $progress-circular-indeterminate-duration: 2.9s !default;
88
// Used to avoid unnecessary layout
99
md-progress-circular {
1010
position: relative;
11+
display: block;
1112

1213
&._md-progress-circular-disabled {
1314
visibility: hidden;

0 commit comments

Comments
 (0)