Skip to content

Commit

Permalink
Quick fix to editor sizing (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhking authored Dec 18, 2023
1 parent 8ac098b commit 6e4ecf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/tiptap/src/components/TextEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@
}

.editor__content {
max-width: 668px;
max-width: 700px;
width: 100%;
box-sizing: border-box;
align-self: center;
flex: 1 1 auto;
overflow-x: hidden;
Expand Down

0 comments on commit 6e4ecf2

Please sign in to comment.