From fc9c50864c6f637e0f68676622e671665dca9cde Mon Sep 17 00:00:00 2001
From: rhenck <richard.henck@iqb.hu-berlin.de>
Date: Mon, 7 Feb 2022 14:36:57 +0100
Subject: [PATCH] [editor] Reduce TextEditor height to prevent scrollbar

---
 .../editor/src/app/text-editor/rich-text-editor.component.css   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/editor/src/app/text-editor/rich-text-editor.component.css b/projects/editor/src/app/text-editor/rich-text-editor.component.css
index 5f2615192..d7b351404 100644
--- a/projects/editor/src/app/text-editor/rich-text-editor.component.css
+++ b/projects/editor/src/app/text-editor/rich-text-editor.component.css
@@ -1,5 +1,5 @@
 div.ProseMirror {
-  min-height: 350px;
+  min-height: 250px;
   border: 1px solid;
 }
 
-- 
GitLab