Skip to content

Commit

Permalink
Merge pull request #6998 from ministryofjustice/ap-5195/pdf-bug-fix
Browse files Browse the repository at this point in the history
AP-5195: PDF generation bug fix
  • Loading branch information
colinbruce authored Aug 2, 2024
2 parents 745049d + 95c2b61 commit 25ed4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/grover.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
left: "10mm",
right: "20mm",
},
launch_args: ["--no-sandbox"],
launch_args: %w[--no-sandbox --disable-gpu],
}
end

0 comments on commit 25ed4bc

Please sign in to comment.