Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit a6cd0fe

Browse files
allan-chencopybara-github
authored andcommitted
fix(circular-progress): set explicit line-height to prevent inheritance
closes #7118 PiperOrigin-RevId: 373864355
1 parent 29ac6ec commit a6cd0fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-circular-progress/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
position: relative;
5555
/* @noflip */
5656
direction: ltr;
57+
line-height: 0;
5758
}
5859

5960
@include feature-targeting.targets($feat-animation) {

0 commit comments

Comments
 (0)