integration wip: marking element as current
[fnpeditor.git] / modules / documentCanvas / nodes.less
index 57e4385..bd80c00 100644 (file)
@@ -1,3 +1,8 @@
+[wlxml-text] {
+    display: inline;
+    margin: 0 1px;
+}
+
 [wlxml-tag] {
     float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */
     border-color: white;
     min-height:20px;
     position:relative;
     text-indent: 0;
+    padding: 1px 1px;
 }
 
 [wlxml-tag=span] {
-    display:inline-block;
+    display:inline;
     min-width: 10px;
 }
 
@@ -61,7 +67,7 @@
     font-style: italic;
 }
 
-[wlxml-tag]  metadata {
+[wlxml-tag=metadata] {
     display:none;
 }