fix widths
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
(map cell->pdf header))
|
(map cell->pdf header))
|
||||||
(:header table))
|
(:header table))
|
||||||
:cell-border false
|
:cell-border false
|
||||||
:width-percent (cond (= 5 cell-count)
|
:width-percent (cond (<= cell-count 5)
|
||||||
50
|
50
|
||||||
|
|
||||||
(= 6 cell-count)
|
(= 6 cell-count)
|
||||||
|
|||||||
Reference in New Issue
Block a user