Skip to content

Commit dceadd2

Browse files
Fix avatar radius problem on the new issue page (go-gitea#31506) (go-gitea#31508)
Backport go-gitea#31506 by charles7668 Co-authored-by: charles <[email protected]>
1 parent 3cecfa3 commit dceadd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/repo.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ td .commit-summary {
535535
min-width: 100px;
536536
}
537537

538-
#new-issue .avatar {
538+
#new-issue .comment .avatar {
539539
width: 3em;
540540
}
541541

0 commit comments

Comments
 (0)