diff --git a/bin/Editor.css b/bin/Editor.css
index 09c6f03be5a9ff141efc9bfa4f24f91e4d92e84e..372dce683e990b693094e9e134c21d2de205bce3 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;