mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
style(next)/bulk actions dialog: fix the alignment of the help and close buttons for actions
This commit is contained in:
parent
90337016e7
commit
79718c7e6e
@ -17,8 +17,15 @@
|
||||
}
|
||||
|
||||
.bulk-actions-dialog .bulk-existing-action-list .button-column {
|
||||
/* minimal width so that table remains static sized and most space remains for middle column with settings */
|
||||
width: 50px;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.bulk-actions-dialog .bulk-existing-action-list .button-column > * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bulk-actions-dialog .bulk-existing-action-list .button-column .help-dropdown {
|
||||
display: inline-block !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user