This is awful. Should be considered as as temporary workaround
until the whole wlxmlManagers & styles mix will be refactored
into something more sane.
     if(klass && klass.substr(0, 4) === 'item') {
         return null;
     }
     if(klass && klass.substr(0, 4) === 'item') {
         return null;
     }
+    if(klass === 'gap') {
+        return 'inline';
+    }
 
 [wlxml-tag="aside"] {
     margin-top: 10px;
     margin-bottom: 10px;
 [wlxml-tag="aside"] {
     margin-top: 10px;
     margin-bottom: 10px;
+
+    [wlxml-class='gap'] {
+        display: inline;
+    }
 }
\ No newline at end of file
 }
\ No newline at end of file