fix(#6516): Progress Bar does not show progress percentage (#6952)

MCT 6516

Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
This commit is contained in:
David 'Epper' Marshall 2023-08-18 18:54:58 -04:00 committed by GitHub
parent bada228b8f
commit a495e86231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@
&__bar {
background: $colorProgressBar;
height: 100%;
min-height: $progressBarMinH;
&.--indeterminate {
position: absolute;