Hy
I'm having some trouble with flex in IE:
Notice that the #two element has flex: auto
, which is supposed to expand it to fill the container, even if there's not enough content.
But it does that only in Chrome and Firefox. In IE it simply doesn't work.
is flex-grow
not supported by IE ?