1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-27 21:55:50 +00:00

Fix DashboardRepoList margin (#31121)

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">
This commit is contained in:
silverwind 2024-05-28 04:13:42 +02:00 committed by GitHub
parent b6b32a5529
commit 858d4f221d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {