gitea
gitea copied to clipboard
Fix large image overflow in comment page
Close #31709
52px is calculate by avatar size in templates\repo\issue\view_content\comments.tmpl
<img src="{{.Poster.AvatarLink $.Context}}" width="40" height="40">
.ui.comments .comment > .avatar ~ .content {
margin-left: 12px;
}