fix widths

This commit is contained in:
2022-04-06 10:14:58 -07:00
parent 2dbafd157a
commit 0e192a083c

View File

@@ -60,7 +60,7 @@
(map cell->pdf header))
(:header table))
:cell-border false
:width-percent (cond (= 5 cell-count)
:width-percent (cond (<= cell-count 5)
50
(= 6 cell-count)