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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
When applying flex-wrap: wrap-reverse to a container that has align-items: flex-start set, all other tested browsers (Chrome 41, Firefox 38, Safari 8.0.3, Android 4.4) render the columns with an implicit align-items: flex-end. IE11 renders without this.
When applying
flex-wrap: wrap-reverse
to a container that hasalign-items: flex-start
set, all other tested browsers (Chrome 41, Firefox 38, Safari 8.0.3, Android 4.4) render the columns with an implicitalign-items: flex-end
. IE11 renders without this.Testcase
Applying
align-items: flex-end
to the container via a scoped media query for IE (see Codepen) makes IE render the same as all other browsers.Workaround
Bug Report
The text was updated successfully, but these errors were encountered: