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
1 changed files with 1 additions and 1 deletions

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;
} }