1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 18:05:19 +02:00

Fix issue label spacing and hover (#13553)

Fixes: https://github.com/go-gitea/gitea/issues/13545
Regressed by: https://github.com/go-gitea/gitea/pull/13458
This commit is contained in:
silverwind 2020-11-14 02:16:46 +01:00 committed by GitHub
parent 6280af0324
commit 5c76c5ce44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 9 deletions

View file

@ -111,7 +111,7 @@
display: none !important;
}
.item {
.dependency {
padding: 0;
white-space: nowrap;
}