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 06c8e79 commit e89422aCopy full SHA for e89422a
src/material-experimental/mdc-progress-spinner/progress-spinner.scss
@@ -10,6 +10,11 @@
10
// Prevents the spinning of the inner element from affecting layout outside of the spinner.
11
overflow: hidden;
12
13
+ // Spinners with a diameter less than half the existing line-height will become distorted.
14
+ // Explicitly set the line-height to 0px to avoid this issue.
15
+ // https://github.com/material-components/material-components-web/issues/7118
16
+ line-height: 0;
17
+
18
&._mat-animation-noopable {
19
&, .mdc-circular-progress__determinate-circle {
20
// The spinner itself has a transition on `opacity`.
0 commit comments