From 6d541a99cae32efac454089cf43c82165fb44f0a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 Dec 2015 15:59:02 +0800 Subject: [PATCH] Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index 22e3664ea8..bcc5be3cfa 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -1290,7 +1290,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { return; } var kv = s.split(":"); - if (kv[0].match(/^(width)/)) { + if (kv[0].match(/^width|min-width/)) { return; } // what ever is left... we allow. -- 2.39.2