diff options
-rw-r--r-- | lib/carlosgoce/layout/layouts.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/carlosgoce/layout/layouts.rb b/lib/carlosgoce/layout/layouts.rb index 5ddb471..cca35c9 100644 --- a/lib/carlosgoce/layout/layouts.rb +++ b/lib/carlosgoce/layout/layouts.rb @@ -21,14 +21,13 @@ module CarlosGoce cell_style: { width: 15, height: 12, align: :center, size: 7, border_width: 0, - padding: 0 + padding: 0, valign: :center }) end table( - tables.each_slice(3).to_a, - cell_style: {align: :center, padding: [5, 5, 5, 5], - border_width: 0} + tables.each_slice(3).to_a, cell_style: {align: :center, padding: [5, 5, 5, 5], border_width: 0, + valign: :center} ) end end |