Skip to content

Commit 47e889e

Browse files
committed
As per @silverwind
1 parent cca1a57 commit 47e889e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/settings/webhook/list.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
{{range .Webhooks}}
4545
<div class="item">
4646
{{if eq .LastStatus 1}}
47-
<span class="text green">{{svg "octicon-check"}}</span>
47+
<span class="text green mr-3">{{svg "octicon-check"}}</span>
4848
{{else if eq .LastStatus 2}}
49-
<span class="text red">{{svg "octicon-alert"}}</span>
49+
<span class="text red mr-3">{{svg "octicon-alert"}}</span>
5050
{{else}}
5151
<span class="text grey mr-3">{{svg "octicon-dot-fill"}}</span>
5252
{{end}}

0 commit comments

Comments
 (0)