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 67d6a03 commit 1371a85Copy full SHA for 1371a85
src/material-experimental/mdc-progress-spinner/progress-spinner.scss
@@ -5,6 +5,9 @@
5
@include mdc-circular-progress.core-styles($query: mdc-helpers.$mat-base-styles-query);
6
7
.mat-mdc-progress-spinner {
8
+ // Explicitly set to `block` since the browser defaults custom elements to `inline`.
9
+ display: block;
10
+
11
// Prevents the spinning of the inner element from affecting layout outside of the spinner.
12
overflow: hidden;
13
0 commit comments