1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00

fix: add less for runners

This commit is contained in:
Jason Song 2023-01-05 11:35:35 +08:00
parent b884772652
commit 24446cbebe
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5

View File

@ -2612,7 +2612,8 @@
}
&.webhooks .list > .item:not(:first-child),
&.githooks .list > .item:not(:first-child) {
&.githooks .list > .item:not(:first-child),
&.runners .list > .item:not(:first-child){
padding: .25rem 1rem;
margin: 12px -1rem -1rem;
}