We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0a4d7 commit 028ba12Copy full SHA for 028ba12
py/gooey_gui/components/modal.py
@@ -159,5 +159,5 @@ def modal_scaffold(
159
return (
160
gui.div(className="modal-header border-0"),
161
gui.div(className="modal-body"),
162
- gui.div(className="modal-footer border-0 pb-0"),
+ gui.div(className="modal-footer border-0 py-0"),
163
)
0 commit comments