You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On at least the software page, possibly on other places, the progressbar width shifts as the numbers increment.
The proper solution would be to use tabular numbers, but our font does not support that (yet). Related: #15090 & RedHatOfficial/RedHatFont#27
Therefore, a work-around that we could do right now is to set min-width: 3ch on the label. As this would affect anything with a progress bar, we should probably have this as an override.
The text was updated successfully, but these errors were encountered:
On at least the software page, possibly on other places, the progressbar width shifts as the numbers increment.
The proper solution would be to use tabular numbers, but our font does not support that (yet). Related: #15090 & RedHatOfficial/RedHatFont#27
Therefore, a work-around that we could do right now is to set
min-width: 3ch
on the label. As this would affect anything with a progress bar, we should probably have this as an override.The text was updated successfully, but these errors were encountered: