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
// details.flexStyle.main === 'auto' || // delete this line
details.flexStyle.mainOuter /* changed details.flexStyle.main to details.flexStyle.mainOuter */ - details.flexStyle.mainInnerBefore - details.flexStyle.mainInnerAfter - details.flexStyle.mainBorderBefore - details.flexStyle.mainBorderAfter >= line.main + child.flexStyle.mainOuter
then it works.
The text was updated successfully, but these errors were encountered:
speedornothing
changed the title
"flex-wrap: wrap" does not work if flex-container's width is "auto" (VirtualMachine - IE9)
flex-wrap: wrap does not work if flex-container's width is "auto" (VirtualMachine - IE9)
Jul 13, 2016
I experience the same problem using IE8 and IE9. If the width of a flex container is set to auto, flex-wrap doesn't work and elements aren't wrapped. If I set the width: 100%, flexbox works as expected and elements are correctly wrapped.
I think it's a bug.
I changed the code to the following :
then it works.
The text was updated successfully, but these errors were encountered: