Hide command palette shortcut

[MAILPOET-6336]
This commit is contained in:
Rostislav Wolny
2024-12-04 15:04:39 +01:00
committed by Rostislav Wolný
parent d682b82bc5
commit 45e0e56389

View File

@ -39,3 +39,8 @@
min-width: 280px;
}
}
// We currently don't support command palette so we hide the shortcut
.editor-document-bar__shortcut {
display: none !important;
}