Fix: Buttons in Metadata Editor dialog were oversized
This commit is contained in:
parent
40e7f6431a
commit
39a5cdcbb2
1 changed files with 5 additions and 0 deletions
|
|
@ -731,6 +731,11 @@ progress+span {
|
||||||
padding: 0 0.5em !important;
|
padding: 0 0.5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.formDialogFooter:not(.formDialogFooter-clear.formDialogFooter-flex)>.formDialogFooterItem{
|
||||||
|
-webkit-flex-basis: 6em;
|
||||||
|
flex-basis: 6em;
|
||||||
|
}
|
||||||
|
|
||||||
.collapseContent {
|
.collapseContent {
|
||||||
background-color: unset !important;
|
background-color: unset !important;
|
||||||
backdrop-filter: unset !important;
|
backdrop-filter: unset !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue