1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

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

This commit is contained in:
Hubert 2023-08-31 17:04:57 -03:00
parent c7e47ed578
commit 7c3cf32cf6

View File

@ -444,9 +444,7 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => {
.tox .tox-tbtn { .tox .tox-tbtn {
width: ${theme.toolbarHeight}px;
height: ${theme.toolbarHeight}px; height: ${theme.toolbarHeight}px;
min-width: ${theme.toolbarHeight}px;
min-height: ${theme.toolbarHeight}px; min-height: ${theme.toolbarHeight}px;
margin: 0; margin: 0;
} }