diff --git a/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx b/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx index e1e73576b..0865c04a3 100644 --- a/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx +++ b/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx @@ -444,9 +444,7 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => { .tox .tox-tbtn { - width: ${theme.toolbarHeight}px; height: ${theme.toolbarHeight}px; - min-width: ${theme.toolbarHeight}px; min-height: ${theme.toolbarHeight}px; margin: 0; }