From 273973e2a4f739a58a9ff9f3e409a28b955c23f9 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 11 Apr 2018 11:37:01 +0200 Subject: [PATCH] Elastic: Don't convert tables inside of .raw-tables element --- skins/elastic/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js index 0bb76bcdc..ccae8454f 100644 --- a/skins/elastic/ui.js +++ b/skins/elastic/ui.js @@ -833,7 +833,7 @@ function rcube_elastic_ui() .filter(function() { // exclude direct propform children and external content return !$(this).parent().is('.propform') - && !$(this).parents('.message-htmlpart,.message-partheaders,.boxinformation').length; + && !$(this).parents('.message-htmlpart,.message-partheaders,.boxinformation,.raw-tables').length; }) .each(function() { // TODO: Consider implementing automatic setting of table-responsive on window resize