fix widths
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user