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
This is a duplicate of #12848 but for v4. It looks like it was reintroduced.
What happens is that when it's 0%, the text is pushed off-screen and is back to sitting on the edge. Compare the same HTML with v3.3.7 (https://jsfiddle.net/pz0dj4eo/) with v4.0.0-beta.2 (https://jsfiddle.net/dy5mecan/).
This is happening on Windows with Chrome 61, Firefox 55, and Edge 38.
The text was updated successfully, but these errors were encountered:
this is caused by replacing text-align: center; by justify-content: center; a fix is switching these back again i'll make a pr for it
text-align: center;
justify-content: center;
Sorry, something went wrong.
No branches or pull requests
This is a duplicate of #12848 but for v4. It looks like it was reintroduced.
What happens is that when it's 0%, the text is pushed off-screen and is back to sitting on the edge. Compare the same HTML with v3.3.7 (https://jsfiddle.net/pz0dj4eo/) with v4.0.0-beta.2 (https://jsfiddle.net/dy5mecan/).
This is happening on Windows with Chrome 61, Firefox 55, and Edge 38.
The text was updated successfully, but these errors were encountered: