Rowspan inside a table

Hi there @Keltounet ,

In this specific case, you need to have set rows size to something else than auto for that to work.

Try:

...
  table(rows: 1.2em, // adjust to your liking
  ...
)
...

This is the same as How can i make a table cell pass each other? - #5 by bluss

2 Likes