From 6374021216117d9c4d5f8e87ca9d62f86e2c98fe Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Tue, 7 Mar 2023 13:41:27 +0100 Subject: [PATCH] Remove uneffective margin & tweaked padding --- core/static/user/user_group.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/static/user/user_group.scss b/core/static/user/user_group.scss index 88cfd7b2..5c110c4b 100644 --- a/core/static/user/user_group.scss +++ b/core/static/user/user_group.scss @@ -3,8 +3,7 @@ >li { list-style-type: none; - margin: 0; - padding-left: 30px; + padding-left: 20px; >label { cursor: pointer;