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 35c0483 commit 638ed61Copy full SHA for 638ed61
src/material-experimental/mdc-progress-spinner/progress-spinner.scss
@@ -4,6 +4,9 @@
4
@include mdc-circular-progress-core-styles($query: $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