From 90432e1f35fa69195f9f2f72d493a093dadb858e Mon Sep 17 00:00:00 2001 From: Kaz Date: Mon, 3 Jun 2024 10:54:41 -0700 Subject: [PATCH] Fix logical merge conflict --- app/gui2/src/components/lexical/MarkdownEditorImpl.vue | 3 +++ 1 file changed, 3 insertions(+) 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; +}