diff --git a/app/gui2/src/components/lexical/MarkdownEditorImpl.vue b/app/gui2/src/components/lexical/MarkdownEditorImpl.vue index c7e7e3483322..edfe283d1006 100644 --- a/app/gui2/src/components/lexical/MarkdownEditorImpl.vue +++ b/app/gui2/src/components/lexical/MarkdownEditorImpl.vue @@ -93,6 +93,9 @@ const formatting = useFormatting(editor) color: inherit; opacity: inherit; } +:deep(.MenuButton) { + justify-content: unset; +}