fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.55k stars 331 forks source link

fix(progress): wider bar min width #3069

Closed lubber-de closed 2 months ago

lubber-de commented 3 months ago

Description

When a progress is very short, the bar could contain a value > "10%" which then does not completely fit into the bar anymore. By slightly increasing the min-width, this should cover almost every usecase.

Testcase

https://jsfiddle.net/gq045pk7/3/

The second example is using the fix from this PR

Screenshot

The progess should show "11%"

Broken

image

Fixed

image

Closes

3068