Skip to content
Snippets Groups Projects
Commit 8f29307e authored by rhenck's avatar rhenck
Browse files

[editor] Improve TextEditor widths

parent ee3a8692
No related branches found
No related tags found
No related merge requests found
Pipeline #61857 failed
......@@ -14,6 +14,7 @@ tiptap-editor {
margin: 10px;
overflow: scroll;
border: 1px solid gray;
max-width: 1000px;
}
.editor-control-panel {
......@@ -21,8 +22,6 @@ tiptap-editor {
padding: 5px;
font: unset;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment