Skip to content

Commit

Permalink
Fix logical merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw committed Jun 3, 2024
1 parent d328f76 commit 90432e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/gui2/src/components/lexical/MarkdownEditorImpl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ const formatting = useFormatting(editor)
color: inherit;
opacity: inherit;
}
:deep(.MenuButton) {
justify-content: unset;
}
</style>

<style module="lexicalTheme" src="@/components/lexical/theme.css" />

0 comments on commit 90432e1

Please sign in to comment.