-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
[IE11] 'wrap-reverse' renders without implicit 'align-items:flex-end' #13
Comments
@renatocarvalho Should the fix be in hagrid or should a note be added in the readme? |
@felics I would keep the fix in hashgrid for now. Would be nice to add a comment about the workaround to hagrid code and as soon as they fix this (if they fix) we can cleanup the code. |
The fix is not yet in master, have it working in a branch though and will send a PR asap. 0.9.x got rid of all vendor-specific conditionals (FF 26-, Opera 12-), it is sad having to merge in conditionals once again 😿 Admittedly though, it is an edge case |
All tested browsers render
wrap-reverse
with implicitalign-items: flex-end
. IE 10/11 renderswrap-reverse
with an implicitalign-items: flex-start
Testcase
Workaround
Bug Report | Flexbugs
The text was updated successfully, but these errors were encountered: