fix(progress): allow linear progress to fill flex containers

Originally was min-block-size and got changed to width instead of min-width.

Fixes #5042

PiperOrigin-RevId: 575915111
This commit is contained in:
Elizabeth Mitchell 2023-10-23 13:36:55 -07:00 committed by Copybara-Service
parent d1ef1febb6
commit a450e4288c

View File

@ -43,7 +43,7 @@ $_indeterminate-duration: 2s;
position: relative;
// note, this matches the `meter` element and is just done so
// there's a default width.
width: 80px;
min-width: 80px;
height: var(--_track-height);
content-visibility: auto;
contain: strict;