mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-07 19:30:04 +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:
parent
fad643d916
commit
d461d89a27
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user