From 863d035b442179ae18d2150016c5590af9039b76 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Thu, 17 Jun 2021 11:21:33 +0200 Subject: [PATCH] related to #1265 username is closer to the Initials --- admin/themes/default/template/user_list.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 0d1286fd8..743ad3d72 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -2280,6 +2280,10 @@ Advanced filter margin-bottom: 20px; } +.lineView .user-container-username { + margin-left: -15px; +} + .lineView .user-container.container-selected { height: 50px; margin-bottom: 10px;