Theme: Add CSS for vertical resize of Ace Editor in Email Templates, Dialplan XML, etc
This commit is contained in:
parent
3a0a7b48f1
commit
ce8399a7a0
|
|
@ -3298,6 +3298,13 @@ else { //default: white
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
/* ACE EDITOR *******************************************************************/
|
||||
|
||||
div#editor {
|
||||
resize: vertical;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
<?php
|
||||
|
||||
//output custom css
|
||||
|
|
|
|||
Loading…
Reference in New Issue