Flexbox issues with IE Inline elements inside flex container don't wrap display: block; width: 100%; Children of flex-column don't adjust height properly .parent { display: flex; flex-direction: column; flex: 1 1 auto } .children { flex: 1 1 auto; }