79519824

Date: 2025-03-19 10:07:34
Score: 0.5
Natty:
Report link

For anyone interested, I just found a solution, I placed #secondList into a table element:

and added the css decorator visibility: visible / collapse

<table>
  <tr>
    <td>
      <secondListComponent></>
    </td>
  </tr>
</table>

according to mozilla:

For rows, columns, column groups, and row groups, the row(s) or column(s) are hidden and the space they would have occupied is removed (as if display: none were applied to the column/row of the table). However, the size of other rows and columns is still calculated as though the cells in the collapsed row(s) or column(s) are present.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Conor O'Malley