editor: inline style for aside.gap
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / wlxmlManagers.js
index 1078218..a35c079 100644 (file)
@@ -55,6 +55,9 @@ var getDisplayStyle = function(tag, klass) {
     if(klass && klass.substr(0, 4) === 'item') {
         return null;
     }
+    if(klass === 'gap') {
+        return 'inline';
+    }
     return 'block';
 };