1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-07 19:17:21 +00:00

Fix some UI regressions for commit list (#30920)

Close #30919

---------

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
wxiaoguang
2024-05-10 20:58:05 +08:00
committed by GitHub
parent 5556782ebe
commit 080486e47d
3 changed files with 11 additions and 10 deletions

View File

@ -730,6 +730,7 @@ input:-webkit-autofill:active,
font-weight: var(--font-weight-normal);
margin: 0 6px;
padding: 5px 10px;
flex-shrink: 0;
}
.ui .sha.label .shortsha {