Skip to content

Commit

Permalink
Desktop: Fixes #8726: Rich Text editor toolbar doesn't show all butto…
Browse files Browse the repository at this point in the history
…ns even when there's enough space (#8754)
  • Loading branch information
hubertfilho committed Sep 10, 2023
1 parent fad643d commit d461d89
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d461d89

Please sign in to comment.