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

This commit is contained in:
fusionate 2023-12-16 00:27:21 +00:00
parent 3a0a7b48f1
commit ce8399a7a0
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

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