From dceadd2ebe79e452bef9eddc05922bb641b3fdad Mon Sep 17 00:00:00 2001 From: Giteabot Date: Thu, 27 Jun 2024 23:34:40 +0800 Subject: [PATCH] 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> --- web_src/css/repo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index d1d2ff24b6..05690ba873 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -535,7 +535,7 @@ td .commit-summary { min-width: 100px; } -#new-issue .avatar { +#new-issue .comment .avatar { width: 3em; }