We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to flaw in the css definition of the progress text, 11% can be interpreted as 1% at first glance in cases where the progress bar is slim
I expected to be able to see the 11 easily
I only see the 1% part of the text 11% fully as the text is moved out to the left
https://jsfiddle.net/gq045pk7/3/ includes two possible solutions
2.9.3
The text was updated successfully, but these errors were encountered:
Noticed this, because in our case we were using the font "Open Sans sans-serif" which makes it even less noticeable
https://jsfiddle.net/ep3rwhq1/
Sorry, something went wrong.
Fixed by #3069 I decided to use your suggested min-width fix (2nd example) as it is compatible to all variants.
No branches or pull requests
Bug Report
Due to flaw in the css definition of the progress text, 11% can be interpreted as 1% at first glance in cases where the progress bar is slim
Steps to reproduce
Expected result
I expected to be able to see the 11 easily
Actual result
I only see the 1% part of the text 11% fully as the text is moved out to the left
Testcase
https://jsfiddle.net/gq045pk7/3/ includes two possible solutions
Screenshot (if possible)
Version
2.9.3
The text was updated successfully, but these errors were encountered: