Skip to content

Commit 6fd1c67

Browse files
committed
margin tweak
1 parent d819635 commit 6fd1c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/commit_statuses.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<div class="ui relaxed list divided">
44
{{range .Statuses}}
55
<div class="ui item singular-status df">
6-
<span>{{template "repo/commit_status" .}}</span>
7-
<span class="ui ml-2 f1">{{.Context}} <span class="text grey">{{.Description}}</span></span>
6+
{{template "repo/commit_status" .}}
7+
<span class="ui ml-3 f1">{{.Context}} <span class="text grey">{{.Description}}</span></span>
88
{{if .TargetURL}}
99
<a class="ml-3" href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.locale.Tr "repo.pulls.status_checks_details"}}</a>
1010
{{end}}

0 commit comments

Comments
 (0)