source icon indicating copy to clipboard operation
source copied to clipboard

Tiles layout broken in IE11

Open SiAdcock opened this issue 5 years ago • 0 comments

Describe the bug

In IE11, a multi-column tile layout looks like a collapsed stack with no margin between tiles

Expected behaviour

Do we could just say that a tile layout is a stack in IE11, and respect y-space between tiles? Or do we fix it so it behaves the same as modern browsers?

Screenshots

IE11

Screenshot 2020-11-18 at 14 35 21

Chrome

Screenshot 2020-11-18 at 15 24 05

Additional context

We could potentially not use CSS Grid. The Columns layout achieves something similar using flex. It's not impossible, just complex.

SiAdcock avatar Nov 18 '20 15:11 SiAdcock