diff options
author | Giteabot <teabot@gitea.io> | 2024-05-28 17:12:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 17:12:15 +0800 |
commit | 447b3e247507671c832e891a27e9e9d43dab2cbd (patch) | |
tree | 3997231c3264c34a2220331eee6237c11267be2e | |
parent | 7ecb1d63bb4d3a4a3694ab616c51c0c420411f9b (diff) | |
download | gitea-447b3e247507671c832e891a27e9e9d43dab2cbd.tar.gz gitea-447b3e247507671c832e891a27e9e9d43dab2cbd.zip |
Fix DashboardRepoList margin (#31121) (#31128)
Backport #31121 by @silverwind
Fixes: https://github.com/go-gitea/gitea/issues/31115
<img width="476" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/ba508ba9-b02d-47c6-ad9f-495101c81330">
Co-authored-by: silverwind <me@silverwind.io>
-rw-r--r-- | web_src/js/components/DashboardRepoList.vue | 2 |
1 files changed, 0 insertions, 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 { |