Refactoring
[fnpeditor.git] / modules / documentCanvas / nodes.less
index 3c52bce..3b7f053 100644 (file)
@@ -1,3 +1,7 @@
+[wlxml-text] {
+    display: inline;
+}
+
 [wlxml-tag] {
     float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */
     border-color: white;
 [wlxml-tag] {
     float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */
     border-color: white;
@@ -8,8 +12,8 @@
     text-indent: 0;
 }
 
     text-indent: 0;
 }
 
-span[wlxml-tag] {
-    display:inline-block;
+[wlxml-tag=span] {
+    display:inline;
     min-width: 10px;
 }
 
     min-width: 10px;
 }
 
@@ -61,7 +65,7 @@ span[wlxml-tag] {
     font-style: italic;
 }
 
     font-style: italic;
 }
 
-[wlxml-tag]  metadata {
+[wlxml-tag=metadata] {
     display:none;
 }
 
     display:none;
 }