0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-13 05:21:19 +01:00

Fix avatar radius problem on the new issue page (#31506) (#31508)

Backport #31506 by charles7668

Co-authored-by: charles <30816317+charles7668@users.noreply.github.com>
This commit is contained in:
Giteabot 2024-06-27 23:34:40 +08:00 committed by GitHub
parent 3cecfa3df4
commit dceadd2ebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -535,7 +535,7 @@ td .commit-summary {
min-width: 100px;
}
#new-issue .avatar {
#new-issue .comment .avatar {
width: 3em;
}