Skip to content

Commit

Permalink
fix(progressindicator): correct padding on optional labels in firefox (
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored and danoro96 committed Jan 18, 2024
1 parent 2b898d4 commit 9ca72ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ $progress-indicator-bar-width: 1px inset transparent !default;

.#{$prefix}--progress--vertical .#{$prefix}--progress-optional {
position: static;
margin: auto 0;
margin: 0 0 auto;
inline-size: 100%;
}

Expand Down

0 comments on commit 9ca72ee

Please sign in to comment.