Handling empty inline elements
[fnpeditor.git] / modules / documentCanvas / nodes.less
index 3b7f053..9128290 100644 (file)
@@ -1,5 +1,7 @@
 [wlxml-text] {
     display: inline;
+    margin: 0 1px;
+    border: 1px solid white;
 }
 
 [wlxml-tag] {
@@ -10,6 +12,7 @@
     min-height:20px;
     position:relative;
     text-indent: 0;
+    padding: 1px 1px;
 }
 
 [wlxml-tag=span] {