Bug 22087: Remove padding on li's
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 7 Apr 2020 10:40:24 +0000 (12:40 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 30 Jul 2020 15:44:27 +0000 (17:44 +0200)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index cf95f49..0e4c61c 100644 (file)
@@ -2013,6 +2013,7 @@ li {
                 float: left;
                 list-style: none;
                 margin-left: 1ch;
+                padding: 0;
             }
         }
     }