From 447b3e247507671c832e891a27e9e9d43dab2cbd Mon Sep 17 00:00:00 2001 From: Giteabot Date: Tue, 28 May 2024 17:12:15 +0800 Subject: [PATCH] Fix DashboardRepoList margin (#31121) (#31128) Backport #31121 by @silverwind Fixes: https://github.com/go-gitea/gitea/issues/31115 image Co-authored-by: silverwind --- 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 8bce40ee79..3f9f427cd7 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 {