diff --git a/app/styles/custom.css b/app/styles/custom.css index 9233f5d..1d707aa 100644 --- a/app/styles/custom.css +++ b/app/styles/custom.css @@ -780,3 +780,6 @@ a.text-primary:hover { .modal { animation: fadeInBackground 1s forwards; } +.modal-header { + align-items: start; +} diff --git a/py/gooey_gui/components/modal.py b/py/gooey_gui/components/modal.py index 02a72c7..166cf82 100644 --- a/py/gooey_gui/components/modal.py +++ b/py/gooey_gui/components/modal.py @@ -62,7 +62,7 @@ def alert_dialog( '', key=ref.close_btn_key, type="tertiary", - className="py-1 px-2 mb-1", + className="m-0 py-1 px-2", ) return body