Skip to content

Commit

Permalink
fix(circular-progress): display properly inside button
Browse files Browse the repository at this point in the history
For real this time.
closes #6388

PiperOrigin-RevId: 327041561
  • Loading branch information
allan-chen authored and Copybara-Service committed Aug 17, 2020
1 parent 4f55400 commit 000d648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-circular-progress/_mixins.scss
Expand Up @@ -119,7 +119,7 @@

.mdc-circular-progress__circle-clipper {
@include feature-targeting.targets($feat-structure) {
display: inline-block;
display: inline-flex;
position: relative;
width: 50%;
height: 100%;
Expand Down

0 comments on commit 000d648

Please sign in to comment.