We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a52bdf commit 5337421Copy full SHA for 5337421
src/material-experimental/mdc-progress-spinner/progress-spinner.scss
@@ -4,6 +4,9 @@
4
@include mdc-circular-progress.core-styles($query: mdc-helpers.$mat-base-styles-query);
5
6
.mat-mdc-progress-spinner {
7
+ // Explicitly set to `block` since the browser defaults custom elements to `inline`.
8
+ display: block;
9
+
10
// Prevents the spinning of the inner element from affecting layout outside of the spinner.
11
overflow: hidden;
12
0 commit comments