Skip to content

Commit

Permalink
Two row toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
saigirishpabbathi committed Feb 14, 2025
1 parent aac816f commit f47ffb0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,18 @@ input[type="checkbox"]:not([disabled]):hover {
flex-wrap: wrap !important;
justify-content: flex-start !important;
}

.tox .tox-split-button {
display: flex !important;
align-items: center !important;
margin: 0 !important;
padding: 0 !important;
}

.tox .tox-split-button__chevron {
display: inline-block !important;
min-width: auto !important;
width: auto !important;
margin-left: -1px !important;
padding: 4px !important;
}
2 changes: 1 addition & 1 deletion src/components/Timelog/TimeEntryForm/TimeEntryForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const TINY_MCE_INIT_OPTIONS = {
styleselect fontsizeselect | table| strikethrough forecolor backcolor |\
subscript superscript charmap | help',
branding: false,
toolbar_mode: 'sliding',
toolbar_mode: 'wrap',
min_height: 180,
max_height: 300,
autoresize_bottom_margin: 1,
Expand Down

0 comments on commit f47ffb0

Please sign in to comment.