From 9265f8cced0a522c5b8946454d69686f0571e982 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 14 Nov 2018 17:34:16 +0100 Subject: [PATCH] made tinymce responsive by default --- application/views/system/messageList.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/views/system/messageList.php b/application/views/system/messageList.php index 11f83bc9c..76c77612a 100644 --- a/application/views/system/messageList.php +++ b/application/views/system/messageList.php @@ -47,7 +47,8 @@ $widthColumn = $msgExists === true ? 8 : 12; autoresize_min_height: 140, autoresize_max_height: 495, //callback to avoid conflict with ajax (for getting body of first message) - init_instance_callback: "initMsgBody" + init_instance_callback: "initMsgBody", + responsive: true }); function initMsgBody()