From: Alexander Ebert Date: Sat, 27 Feb 2021 15:24:19 +0000 (+0100) Subject: Increased indentation for nested sortable lists X-Git-Tag: 5.4.0_Alpha_1~213 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8dff7d38b5d12b7f7afd83379d4177c443932d3e;p=GitHub%2FWoltLab%2FWCF.git Increased indentation for nested sortable lists Fixes #3968 --- diff --git a/wcfsetup/install/files/style/ui/listSortable.scss b/wcfsetup/install/files/style/ui/listSortable.scss index 7a058c5ddc..b84f73d298 100644 --- a/wcfsetup/install/files/style/ui/listSortable.scss +++ b/wcfsetup/install/files/style/ui/listSortable.scss @@ -1,6 +1,10 @@ .sortableList:not(.tabularList) { list-style: decimal outside; margin-left: 20px; + + .sortableList { + margin-left: 30px; + } } .sortableNode {