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…
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…