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.
Description
When a parent has flex-direction:column and a child has align-self:center the inner content of the child will overflow it's container.
This behavior looks a lot like Flexbug Clarify that the IE10-11 bugs are confirmed fixed in IE12 #2align-items:center
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please include links to the bugs for each affected browser's bug tracker.
Live Demo
https://codepen.io/stevenfowler16/pen/RwowKMZ <- uncomment max width for the fix
Description
When a parent has
flex-direction:column
and a child hasalign-self:center
the inner content of the child will overflow it's container.This behavior looks a lot like Flexbug Clarify that the IE10-11 bugs are confirmed fixed in IE12 #2
align-items:center
The text was updated successfully, but these errors were encountered: