Skip to content

Commit

Permalink
Fix issue with tool position on certain sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbegent committed Jul 3, 2024
1 parent b71cd97 commit ab729fc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
.codex-editor--narrow .ce-toolbar__actions {
right: 100%;
}
.codex-editor--narrow .codex-editor__redactor {
margin-right: 0;
}
}

.ce-popover {
Expand Down

0 comments on commit ab729fc

Please sign in to comment.