1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix commit icon position (#12087)

This commit is contained in:
Lauris BH
2020-06-30 06:53:30 +03:00
committed by GitHub
parent e3b719863b
commit ce5f2b9845
2 changed files with 2 additions and 1 deletions

View File

@@ -788,6 +788,8 @@
.badge.badge-commit {
border-color: transparent;
background: radial-gradient(white 60%, transparent 60%) no-repeat;
height: 10px;
margin-top: 11px;
}
.badge {