Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | render: actually fix the "extra unnecessary line" bug | bptato | 2025-01-21 | 1 | -1/+0 |
| | | | | Plus remove addLines, it's no longer very useful. | ||||
* | layout: fix crash on overlapping rowspan/colspan | bptato | 2024-11-17 | 1 | -0/+3 |
The rowspan filler must get a smaller colspan if its first cells are occupied by another cell with a colspan > 1. |