dialogs: Fix buttons postion

hide spacer

Fixes #581
This commit is contained in:
Rafael Mardojai CM 2023-05-09 13:28:31 -05:00
parent b2b9ebdc9d
commit b722da4380
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ dialog#handling {
margin-top: auto; margin-top: auto;
} }
.dialog-button-box .button-spacer {
display: none;
}
.dialog-button-box button:not(#hack) { .dialog-button-box button:not(#hack) {
height: auto !important; height: auto !important;
max-height: unset !important; max-height: unset !important;