Skip to content

Commit 1371a85

Browse files
authored
fix(material-experimental/mdc-progress-spinner): set to display block (#22618)
1 parent 67d6a03 commit 1371a85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/material-experimental/mdc-progress-spinner/progress-spinner.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
@include mdc-circular-progress.core-styles($query: mdc-helpers.$mat-base-styles-query);
66

77
.mat-mdc-progress-spinner {
8+
// Explicitly set to `block` since the browser defaults custom elements to `inline`.
9+
display: block;
10+
811
// Prevents the spinning of the inner element from affecting layout outside of the spinner.
912
overflow: hidden;
1013

0 commit comments

Comments
 (0)