1
1
mirror of https://github.com/go-gitea/gitea synced 2024-11-15 06:34:25 +00: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; min-width: 100px;
} }
#new-issue .avatar { #new-issue .comment .avatar {
width: 3em; width: 3em;
} }