Skip to content

Commit

Permalink
Change height of export modal
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger authored Jan 10, 2025
1 parent f3b2aa5 commit 90b0838
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%= render(Primer::Alpha::Dialog.new(
title: I18n.t("pdf_generator.dialog.title"),
id: MODAL_ID,
size: :large
size: :medium_portrait
)) do |dialog|
dialog.with_header(variant: :large)
dialog.with_body do
Expand Down

0 comments on commit 90b0838

Please sign in to comment.