Browse Source

Theme: Add CSS for vertical resize of Ace Editor in Email Templates, Dialplan XML, etc

fusionate 1 year ago
parent
commit
efba9a7be4
1 changed files with 7 additions and 0 deletions
  1. 7 0
      themes/default/css.php

+ 7 - 0
themes/default/css.php

@@ -3298,6 +3298,13 @@ else { //default: white
 		text-align: left;
 		}
 
+/* ACE EDITOR *******************************************************************/
+
+	div#editor {
+		resize: vertical;
+		overflow: auto;
+		}
+
 <?php
 
 //output custom css