Skip to content

Commit

Permalink
fix(#6516): Progress Bar does not show progress percentage (#6952)
Browse files Browse the repository at this point in the history
MCT 6516

Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
  • Loading branch information
depperm and ozyx committed Aug 18, 2023
1 parent bada228 commit a495e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/components/progress-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
&__bar {
background: $colorProgressBar;
height: 100%;
min-height: $progressBarMinH;

&.--indeterminate {
position: absolute;
Expand Down

0 comments on commit a495e86

Please sign in to comment.