From 99526125180978d021da3ca3673e174b657fdc88 Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 27 May 2024 19:58:01 +0200 Subject: [PATCH] Fix DashboardRepoList margin Fixes: https://github.com/go-gitea/gitea/issues/31115 --- web_src/js/components/DashboardRepoList.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue index 8bce40ee790a..3f9f427cd7b9 100644 --- a/web_src/js/components/DashboardRepoList.vue +++ b/web_src/js/components/DashboardRepoList.vue @@ -509,10 +509,8 @@ ul li:not(:last-child) { } .repos-filter { - padding-top: 0 !important; margin-top: 0 !important; border-bottom-width: 0 !important; - margin-bottom: 2px !important; } .repos-filter .item {