Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flexbox item not working in IE11 Reply To: Flexbox item not working in IE11

#234938
gcyrillus
Participant

make it simple and reset the display:flex property to block.
http://codepen.io/anon/pen/OydjqP?editors=010

If you do need the flexbox model in this case, then see to reset the flex properties of first-level child ;)