79413945

Date: 2025-02-05 07:33:08
Score: 1
Natty:
Report link

You need to change the display property for the tr element. You can set it to block or flex.

tr {
    display: flex;
    height: 100px;
}

But this will break your table. And you will have to handle it yourself, with flexbox for example.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sayid