summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjdierkes <joel.dierkes@ovgu.de>2023-04-26 11:22:35 +0200
committerGitHub <noreply@github.com>2023-04-26 11:22:35 +0200
commit249d5fe515ddb864582ec711106461c0e03ffe77 (patch)
treedf675f07934f5de2b883b000de9acfbf0b6b593e /src
parentae4accc071aa811817dd27e906f7a20d00f23949 (diff)
Fix grid-cell misalignment bug (#963) (#978)
Having a table span multiple pages can cause an alignment bug in the table itself. If the first region in a cell in a grid row is empty, all other cells in this row will skip the first region. A misalignment bug can occur, since the calculation of all region sizes happen before the skip. The overall size allocated for the content of a cell with multiple regions and content in the first region thus is too little. Fixes #963
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions