Refactoring: aliasing requirejs module names
[fnpeditor.git] / modules / documentCanvas / nodes.less
index 3477c3c..d02e872 100644 (file)
@@ -1,11 +1,9 @@
-[document-node-element] {
-    font-size: 1px;
-}
 [document-text-element] {
     font-size: 14px;
     display: inline;
     margin: 0 1px;
     border: 1px solid white;
+    white-space: pre-wrap;
 }
 
 [wlxml-tag] {
@@ -20,7 +18,6 @@
 }
 
 [wlxml-tag=span] {
-    display:inline;
     min-width: 10px;
 }
 
         padding: 5px;
     }
 
+}
+
+[wlxml-tag="aside"] {
+    margin-top: 10px;
+    margin-bottom: 10px;
 }
\ No newline at end of file