css: fix padding beneath buttons in dialog boxes.

Fix not having any space between the Submit / Cancel buttons and the
bottom of the dialog box. For some reason this only happens in
production, not development.
This commit is contained in:
evazion
2020-08-07 10:32:36 -05:00
parent ec352d6a63
commit afc07d8adf

View File

@@ -128,7 +128,7 @@ div.ui-dialog {
/* the submit and close buttons */
.ui-dialog-buttonpane {
margin-top: 0;
padding: 1em 1em 0 0;
padding: 1em 1em 1em 0;
.ui-button {
margin: 0 0.25em;