From ce8399a7a06bc93976c5b10c02f2fbc97e82c193 Mon Sep 17 00:00:00 2001 From: fusionate Date: Sat, 16 Dec 2023 00:27:21 +0000 Subject: [PATCH] Theme: Add CSS for vertical resize of Ace Editor in Email Templates, Dialplan XML, etc --- themes/default/css.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/default/css.php b/themes/default/css.php index a2abfa0eab..be0a62baf2 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -3298,6 +3298,13 @@ else { //default: white text-align: left; } +/* ACE EDITOR *******************************************************************/ + + div#editor { + resize: vertical; + overflow: auto; + } +