Skip to content

Commit 5337421

Browse files
andrewseguinannieyw
authored andcommitted
fix(material-experimental/mdc-progress-spinner): set to display block (#22618)
(cherry picked from commit 1371a85)
1 parent 7a52bdf commit 5337421

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
@@ -4,6 +4,9 @@
44
@include mdc-circular-progress.core-styles($query: mdc-helpers.$mat-base-styles-query);
55

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

0 commit comments

Comments
 (0)