Fixing wrapping nodes with subnodes
[fnpeditor.git] / modules / documentCanvas / nodes.less
index 2f51045..4e6a817 100644 (file)
@@ -74,6 +74,12 @@ span[wlxml-tag] {
     }\r
 }\r
 \r
+[wlxml-class="item"] {\r
+    > [wlxml-class="list-items"] {\r
+        display: block;\r
+    }\r
+}\r
+\r
 \r
 [wlxml-class="list-items-enum"] {\r
 \r
@@ -92,6 +98,14 @@ span[wlxml-tag] {
     }\r
 }\r
 \r
+.canvas-silent-item {\r
+    display: block !important;\r
+    counter-increment: none !important;\r
+    &:before {\r
+        content: normal !important;\r
+    }\r
+}\r
+\r
 [wlxml-class="table"] {\r
 \r
     display: table;\r