]> source.dussan.org Git - gitea.git/commitdiff
Fix spacing of issue/pulls list review status icons (#14985)
authorMike L <cl.jeremy@qq.com>
Sat, 13 Mar 2021 13:37:09 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Sat, 13 Mar 2021 13:37:09 +0000 (15:37 +0200)
templates/shared/issuelist.tmpl

index dcaa2474fb6e7d0db46253878cfe393541ca755d..1b4f21b4004fb497d138411caf053e4b371211ef 100644 (file)
@@ -92,7 +92,7 @@
                                                {{$waitingOfficial := call $approvalCounts .ID "waiting"}}
                                                {{if gt $approveOfficial 0}}
                                                        <span class="approvals df ac">
-                                                               {{svg "octicon-check" 14 "mr-2"}}
+                                                               {{svg "octicon-check" 14 "mr-1"}}
                                                                {{$.i18n.Tr (TrN $.i18n.Lang $approveOfficial "repo.pulls.approve_count_1" "repo.pulls.approve_count_n") $approveOfficial}}
                                                        </span>
                                                {{end}}
                                                {{end}}
                                                {{if gt $waitingOfficial 0}}
                                                        <span class="waiting df ac">
-                                                               {{svg "octicon-eye" 14}}
+                                                               {{svg "octicon-eye" 14 "mr-2"}}
                                                                {{$.i18n.Tr (TrN $.i18n.Lang $waitingOfficial "repo.pulls.waiting_count_1" "repo.pulls.waiting_count_n") $waitingOfficial}}
                                                        </span>
                                                {{end}}