diff --git a/examples/tiptap/src/components/TextEditor.css b/examples/tiptap/src/components/TextEditor.css index 4a5efdc..36204ab 100644 --- a/examples/tiptap/src/components/TextEditor.css +++ b/examples/tiptap/src/components/TextEditor.css @@ -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;