The current css for the pattern-library header uses flexbox for layout, which doesn't work well with old browsers.
It doesn't really matter as we usually don't design for such old browsers anyway, but its always good to at least check what the library looks like without seeing a messed up header.
So, I suggest we do layout in the header with some classic inline-blocks for the <li> elements.
The current css for the pattern-library header uses flexbox for layout, which doesn't work well with old browsers.
It doesn't really matter as we usually don't design for such old browsers anyway, but its always good to at least check what the library looks like without seeing a messed up header.
So, I suggest we do layout in the header with some classic inline-blocks for the
<li>
elements.