mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
fix(context-menu): keyboard shortcut not filling width
This commit is contained in:
parent
9125aeca29
commit
7d8e96d6df
@ -396,6 +396,10 @@ body.desktop .dropdown-menu {
|
||||
color: var(--dropdown-item-icon-destructive-color);
|
||||
}
|
||||
|
||||
.dropdown-item > span:not(.bx) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
height: 100%;
|
||||
background: inherit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user