fix(context-menu): keyboard shortcut not filling width

pull/1057/head
Elian Doran 2025-01-28 00:03:04 +07:00
parent 9125aeca29
commit 7d8e96d6df
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

@ -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;