Skip to content

Commit 028ba12

Browse files
committed
set no vertical padding for modal-footer by default (for empty footers)
1 parent 9d0a4d7 commit 028ba12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/gooey_gui/components/modal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@ def modal_scaffold(
159159
return (
160160
gui.div(className="modal-header border-0"),
161161
gui.div(className="modal-body"),
162-
gui.div(className="modal-footer border-0 pb-0"),
162+
gui.div(className="modal-footer border-0 py-0"),
163163
)

0 commit comments

Comments
 (0)