From 2e5be3245cc05076beeae13d46f06d4a6245da02 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 10 Feb 2023 19:10:36 +0100 Subject: [PATCH] UI: Decrease padding in issues/PR list --- templates/custom/header.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 0b40520..2dba123 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -190,7 +190,7 @@ } .issue.list > .item { - padding: var(--spacer-3) var(--spacer) !important; + padding: var(--spacer-2) var(--spacer) !important; } /* Hide branches from PR list. */