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.
2 parents 24680cf + 9d0a4d7 commit e39e882Copy full SHA for e39e882
app/styles/custom.css
@@ -780,3 +780,6 @@ a.text-primary:hover {
780
.modal {
781
animation: fadeInBackground 1s forwards;
782
}
783
+.modal-header {
784
+ align-items: start;
785
+}
py/gooey_gui/components/modal.py
@@ -62,7 +62,7 @@ def alert_dialog(
62
'<i class="fa fa-times fa-xl">',
63
key=ref.close_btn_key,
64
type="tertiary",
65
- className="py-1 px-2 mb-1",
+ className="m-0 py-1 px-2",
66
)
67
return body
68
0 commit comments