Removing the CSS that changes the width of the toolbar buttons.

pull/8754/head
Hubert 2023-08-31 17:04:57 -03:00
parent c7e47ed578
commit 7c3cf32cf6
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}