editor: fixing grid to handle changes to the document when grid is turned on
[fnpeditor.git] / src / editor / modules / documentCanvas / nodes.less
index 7bae063..c48ca0d 100644 (file)
     padding: 1px 1px;
 }
 
+.grid-on {
+    [wlxml-tag] {
+        .rng-common-hoveredNode;
+    }
+}
+
 [wlxml-tag=span] {
     min-width: 10px;
 }
 [wlxml-tag="aside"] {
     margin-top: 10px;
     margin-bottom: 10px;
+
+    [wlxml-class='gap'] {
+        display: inline;
+    }
 }
\ No newline at end of file