jeremydouglass / jeremydouglass/panelcode

Rows with column totals over 20 units wrap cells incorrectly

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.