Skip to content
2 changes: 1 addition & 1 deletion templates/repo/issue/view_content/comments.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
</span>
{{if .DependentIssue}}
<div class="detail">
<span class="text grey muted-links">{{svg "octicon-trash"}}</span>
{{svg "octicon-trash"}}
<span class="text grey muted-links">
<a href="{{.DependentIssue.Link}}">
{{if eq .DependentIssue.RepoID .Issue.RepoID}}
Expand Down
3 changes: 3 additions & 0 deletions web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,9 @@
.repository.view.issue .comment-list .event .detail {
margin-top: 4px;
margin-left: 14px;
display: flex;
align-items: center;
gap: 0.25rem;
}

.repository.view.issue .comment-list .event .detail .svg {
Expand Down