From: Aleksander Ɓukasz Date: Thu, 3 Apr 2014 08:20:48 +0000 (+0200) Subject: editor: minor canvas fix - apply list item style to all types of items on non enum... X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/c6d1699eaf16de3a0ba6e2d569e81d5fa36e0371 editor: minor canvas fix - apply list item style to all types of items on non enum lists --- diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 9626c6a..bbb65d4 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -80,7 +80,7 @@ [wlxml-class|="list"] { - > * > [wlxml-class="item"] { + > * > [wlxml-class|="item"] { margin-left: 10px; padding-left: 5px;