Fixed margins in tag list
authorMarcel Werk <burntime@woltlab.com>
Tue, 23 Aug 2016 09:09:13 +0000 (11:09 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 23 Aug 2016 09:09:13 +0000 (11:09 +0200)
wcfsetup/install/files/style/element/list.scss

index be839e1f8854499594f29f445a8f464b7459d71d..cf5db25662c4fe34f5ea5fa90f06e0531238d72f 100644 (file)
@@ -23,8 +23,11 @@ ol.nativeList {
        @include inlineList;
        
        align-items: baseline;
+       margin-bottom: -4px;
+       margin-right: -8px;
        
-       > li:not(:last-child) {
+       > li {
+               margin-bottom: 4px;
                margin-right: 8px;
        }