Skip to content

Commit

Permalink
fix(material-experimental/mdc-progress-spinner): set to display block (
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored May 4, 2021
1 parent 67d6a03 commit 1371a85
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
@include mdc-circular-progress.core-styles($query: mdc-helpers.$mat-base-styles-query);

.mat-mdc-progress-spinner {
// Explicitly set to `block` since the browser defaults custom elements to `inline`.
display: block;

// Prevents the spinning of the inner element from affecting layout outside of the spinner.
overflow: hidden;

Expand Down

0 comments on commit 1371a85

Please sign in to comment.