Skip to content

Commit

Permalink
set no vertical padding for modal-footer by default (for empty footers)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Sep 23, 2024
1 parent 9d0a4d7 commit 028ba12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/gooey_gui/components/modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ def modal_scaffold(
return (
gui.div(className="modal-header border-0"),
gui.div(className="modal-body"),
gui.div(className="modal-footer border-0 pb-0"),
gui.div(className="modal-footer border-0 py-0"),
)

0 comments on commit 028ba12

Please sign in to comment.