1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Desktop: Fixes #8726: Rich Text editor toolbar doesn't show all buttons even when there's enough space (#8754)

This commit is contained in:
Hubert
2023-09-10 07:21:42 -03:00
committed by GitHub
parent fad643d916
commit d461d89a27

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