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: 326683559
  • Loading branch information
allan-chen authored and copybara-github committed Aug 17, 2020
1 parent 4f55400 commit ec751fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-circular-progress/_mixins.scss
Original file line number Diff line number Diff line change
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 ec751fb

Please sign in to comment.