mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
fix(context-menu): keyboard shortcut not filling width
This commit is contained in:
@@ -396,6 +396,10 @@ body.desktop .dropdown-menu {
|
|||||||
color: var(--dropdown-item-icon-destructive-color);
|
color: var(--dropdown-item-icon-destructive-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-item > span:not(.bx) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user