smartxml: fixing tests
[fnpeditor.git] / src / editor / modules / documentCanvas / nodes.less
index 9626c6a..3b47209 100644 (file)
@@ -1,7 +1,6 @@
 [document-text-element] {
     font-size: 14px;
     display: inline;
-    margin: 0 1px;
     white-space: pre-wrap;
 }
 
     padding: 1px 1px;
 }
 
+[wlxml-tag="span"] {
+    padding: 0;
+    border: none;
+}
+
 .grid-on {
     [wlxml-tag] {
         .rng-common-hoveredNode;
@@ -70,7 +74,7 @@
 }
 
 [wlxml-class|="emp"] {
-    font-style: italic;
+    font-weight: bold;
 }
 
 [wlxml-tag=metadata] {
@@ -80,7 +84,7 @@
 [wlxml-class|="list"] {
 
 
-    > * > [wlxml-class="item"] {
+    > * > [wlxml-class|="item"] {
         margin-left: 10px;
         padding-left: 5px;