Image Row Not Displaying Correctly

If you add a fixed size to the cell it will show up as expected. Here the browser assume the 2 first columns are higher and then align the 5 and 6 with 3 and 4.

Solutions: fixed height, flexbox, play with float…

1 Like