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

This commit is contained in:
Elian Doran 2025-01-28 00:03:04 +02:00
parent 9125aeca29
commit 7d8e96d6df
No known key found for this signature in database

View File

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