jmerner
Results
1
comments of
jmerner
Using stretch in IE instead of flex-start solved the issue for me. ``` @media all and (-ms-high-contrast:none) { .second { align-items: stretch; } } ```