Skip to content

Commit

Permalink
1488: Reset PDF margins back to 10 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
allthesignals authored Oct 16, 2024
1 parent 08c5e89 commit d9b431a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/app/controllers/cbv/summaries_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ def show
locals: { is_caseworker: Rails.env.development? && params[:is_caseworker] },
footer: { right: "Income Verification Report | Page [page] of [topage]", font_size: 10 },
margin: {
top: 12,
bottom: 12,
left: 12,
right: 12
top: 10,
bottom: 10,
left: 10,
right: 10
}
end
end
Expand Down

0 comments on commit d9b431a

Please sign in to comment.