diff options
Diffstat (limited to 'lib/carlosgoce')
-rw-r--r-- | lib/carlosgoce/layout/layouts.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/carlosgoce/layout/layouts.rb b/lib/carlosgoce/layout/layouts.rb index f4e6e13..5ddb471 100644 --- a/lib/carlosgoce/layout/layouts.rb +++ b/lib/carlosgoce/layout/layouts.rb @@ -20,7 +20,7 @@ module CarlosGoce tables << make_table(cells, cell_style: { - width: 20, align: :center, size: 7, border_width: 0, + width: 15, height: 12, align: :center, size: 7, border_width: 0, padding: 0 }) end |