Skip to content

Commit d62a9c2

Browse files
authored
Merge pull request #11597 from DanielRuf/fix/progress-bar-remove-duplicate-position-absolute
fix: remove duplicate position:absolute in progress-bar
2 parents dfe9ae2 + 8cd5454 commit d62a9c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scss/components/_progress-bar.scss

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
/// Adds styles for text in the progress meter.
2727
@mixin progress-meter-text {
2828
@include absolute-center;
29-
position: absolute;
3029
margin: 0;
3130
font-size: 0.75rem;
3231
font-weight: bold;

0 commit comments

Comments
 (0)