Increased indentation for nested sortable lists
authorAlexander Ebert <ebert@woltlab.com>
Sat, 27 Feb 2021 15:24:19 +0000 (16:24 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 27 Feb 2021 15:24:19 +0000 (16:24 +0100)
Fixes #3968

wcfsetup/install/files/style/ui/listSortable.scss

index 7a058c5ddc43f4f39787c775e61507f42c54e2a0..b84f73d298a19cbc1f541dfe2bec1d047157815d 100644 (file)
@@ -1,6 +1,10 @@
 .sortableList:not(.tabularList) {
        list-style: decimal outside;
        margin-left: 20px;
+
+       .sortableList {
+               margin-left: 30px;
+       }
 }
 
 .sortableNode {