Wrapping text node containing DocumentTextElement's text
[fnpeditor.git] / modules / documentCanvas / nodes.less
index 0313b0b..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;
 }