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:
parent
c7e47ed578
commit
7c3cf32cf6
@ -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…
Reference in New Issue
Block a user