Hello!
I'm running into an issue with flexbox in Internet Explorer:
I've noticed that the #two element has flex: auto
, which is meant to make it expand to fill the container, even if there's limited content.
However, this behavior is only present in Chrome and Firefox. In Internet Explorer, it's not working as expected.
Could it be that flex-grow
is not supported in Internet Explorer?