From da7e9b2288c0b48ec0d62add409591a0edc4995e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Chili=C5=84ski?= Date: Thu, 11 Oct 2018 14:37:16 +0200 Subject: [PATCH] improvement: auto width for tinymce editor --- js/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.js b/js/jquery.js index 27a13731dd..de129d4085 100644 --- a/js/jquery.js +++ b/js/jquery.js @@ -1040,7 +1040,7 @@ $(function() { '| removeformat', image_advtab: true, height: 250, - width: 700, + width: '100%', resize: 'both', branding: false, paste_data_images: true