Skip to content

Commit

Permalink
Merge pull request #17577 from opf/bug/60430-distance-between-sticky-…
Browse files Browse the repository at this point in the history
…buttons-and-form-field-above-is-too-small-in-scrollable-modals

[60430] Distance between sticky buttons and form field above is too small in scrollable modals
  • Loading branch information
HDinger authored Jan 10, 2025
2 parents 1135f82 + 90b0838 commit 5c54f52
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 5c54f52

Please sign in to comment.