Skip to content

Commit e256a62

Browse files
authored
Fix spacing of issue/pulls list review status icons (#14985)
1 parent cc64704 commit e256a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/shared/issuelist.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
{{$waitingOfficial := call $approvalCounts .ID "waiting"}}
9393
{{if gt $approveOfficial 0}}
9494
<span class="approvals df ac">
95-
{{svg "octicon-check" 14 "mr-2"}}
95+
{{svg "octicon-check" 14 "mr-1"}}
9696
{{$.i18n.Tr (TrN $.i18n.Lang $approveOfficial "repo.pulls.approve_count_1" "repo.pulls.approve_count_n") $approveOfficial}}
9797
</span>
9898
{{end}}
@@ -104,7 +104,7 @@
104104
{{end}}
105105
{{if gt $waitingOfficial 0}}
106106
<span class="waiting df ac">
107-
{{svg "octicon-eye" 14}}
107+
{{svg "octicon-eye" 14 "mr-2"}}
108108
{{$.i18n.Tr (TrN $.i18n.Lang $waitingOfficial "repo.pulls.waiting_count_1" "repo.pulls.waiting_count_n") $waitingOfficial}}
109109
</span>
110110
{{end}}

0 commit comments

Comments
 (0)