From 86643ff4dcd156475344cd6f663b77d293174998 Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Mon, 22 Aug 2022 09:09:33 +0000
Subject: [PATCH] fix: min height for editor

---
 bin/Editor.css | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/bin/Editor.css b/bin/Editor.css
index 09c6f03..372dce6 100644
--- a/bin/Editor.css
+++ b/bin/Editor.css
@@ -3,6 +3,7 @@
 .control-editor,
 .control-editor-container {
     float: left;
+    min-height: 300px;
     height: 100%;
     width: 100%;
 }
@@ -33,8 +34,8 @@
     background: #0069B4;
     color: #FFFFFF;
 
-            box-shadow: none;
-       -moz-box-shadow: none;
+    box-shadow: none;
+    -moz-box-shadow: none;
     -webkit-box-shadow: none;
 }
 
@@ -50,8 +51,13 @@
     text-decoration: inherit;
 }
 
-div.cke_panel.cke_combopanel.cke_ltr { width: 300px !important; }
-span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; }
+div.cke_panel.cke_combopanel.cke_ltr {
+    width: 300px !important;
+}
+
+span.cke_rcombo span.cke_styles a span span.cke_text {
+    width: 150px;
+}
 
 .cke_notifications_area {
     position: absolute;
-- 
GitLab