Wrapping text node containing DocumentTextElement's text
[fnpeditor.git] / modules / documentCanvas / nodes.less
index 57e4385..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;
@@ -9,7 +13,7 @@
 }
 
 [wlxml-tag=span] {
-    display:inline-block;
+    display:inline;
     min-width: 10px;
 }
 
@@ -61,7 +65,7 @@
     font-style: italic;
 }
 
-[wlxml-tag]  metadata {
+[wlxml-tag=metadata] {
     display:none;
 }