jeremydouglass / jeremydouglass/panelcode
Rows with column totals over 20 units wrap cells incorrectly
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
On the current default template, rowgroups with column totals greater than 20 are overflowing into separate rows -- e.g.
; 1.c10 + 1.c10
prints as two cells side-by-side, while
; 1.c10 + 1.c11
; 1.c20 + 1
; 1.c20 + 1.c10 + 1.c5
each print as full-row cells stacked on top of one another.
However, this correctly prints as a single full row:
; 1.c21
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.