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
justify-content: space-evenly is not supported in IE11 for Flexbox (it is for Grid), but IE11 is green for me when I use it.
justify-content: space-evenly
https://caniuse.com/#feat=justify-content-space-evenly https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content#Browser_compatibility
Example: http://www.cssdesk.com/4Y9ab
If supported
If not supported
The text was updated successfully, but these errors were encountered:
Is this the same issue? https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/15947692/
Sorry, something went wrong.
Yes, same. As of October 2019, this has not been fixed.
No branches or pull requests
justify-content: space-evenly
is not supported in IE11 for Flexbox (it is for Grid), but IE11 is green for me when I use it.https://caniuse.com/#feat=justify-content-space-evenly
https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content#Browser_compatibility
Example: http://www.cssdesk.com/4Y9ab
If supported
If not supported
The text was updated successfully, but these errors were encountered: