From aa3e543d016575a134f3f24d101ff20875352f86 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Tue, 19 Oct 2021 09:52:45 +0200 Subject: [PATCH] related to #1465 better padding for users in summary --- admin/themes/default/template/history.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/template/history.tpl b/admin/themes/default/template/history.tpl index e6061df65..d6da9109d 100644 --- a/admin/themes/default/template/history.tpl +++ b/admin/themes/default/template/history.tpl @@ -654,7 +654,7 @@ jQuery(document).ready( function() { } .summary-user-item { - padding: 2px 10px; + padding: 3px 6px; border-radius: 20px; margin-left: 5px; cursor: pointer;