Open speedornothing opened 8 years ago
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.