From 8f29307eee3efe7124e6a150dba4480841cd03a5 Mon Sep 17 00:00:00 2001
From: rhenck <richard.henck@iqb.hu-berlin.de>
Date: Tue, 9 Jul 2024 19:22:42 +0200
Subject: [PATCH] [editor] Improve TextEditor widths

---
 .../editor/src/app/text-editor/rich-text-editor.component.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/projects/editor/src/app/text-editor/rich-text-editor.component.scss b/projects/editor/src/app/text-editor/rich-text-editor.component.scss
index 8e7d76a80..1260bbf5b 100644
--- a/projects/editor/src/app/text-editor/rich-text-editor.component.scss
+++ b/projects/editor/src/app/text-editor/rich-text-editor.component.scss
@@ -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;
-- 
GitLab