aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/commit_statuses.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/commit_statuses.tmpl')
-rw-r--r--templates/repo/commit_statuses.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/repo/commit_statuses.tmpl b/templates/repo/commit_statuses.tmpl
index 893887736c..fe3598d755 100644
--- a/templates/repo/commit_statuses.tmpl
+++ b/templates/repo/commit_statuses.tmpl
@@ -1,12 +1,12 @@
-<a class="ui link commit-statuses-trigger">{{template "repo/commit_status" .Status}}</a>
+<a class="ui link commit-statuses-trigger vm">{{template "repo/commit_status" .Status}}</a>
<div class="ui commit-statuses-popup commit-statuses hide">
<div class="ui relaxed list divided">
{{range .Statuses}}
<div class="ui item singular-status df">
- <span>{{template "repo/commit_status" .}}</span>
- <span class="ui f1">{{.Context}} <span class="text grey">{{.Description}}</span></span>
+ {{template "repo/commit_status" .}}
+ <span class="ui ml-3 f1">{{.Context}} <span class="text grey">{{.Description}}</span></span>
{{if .TargetURL}}
- <div class="ui"><a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.locale.Tr "repo.pulls.status_checks_details"}}</a></div>
+ <a class="ml-3" href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.locale.Tr "repo.pulls.status_checks_details"}}</a>
{{end}}
</div>
{{end}}