summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-02-17 00:34:45 +1100
committerSimon Knox <psimyn@gmail.com>2017-02-17 00:51:10 +1100
commit221b772179c738daf33b2a5b08c03f0368d734a3 (patch)
tree80d806c920ec3c40bfe9413f2742a6e78ca991fa
parent8b955e4eb6eb92138cbc6849dfc5dc8bece5c2ae (diff)
downloadgitlab-ce-27986-text-spacing.tar.gz
add space between ci text and commit sha in Merge Request widget27986-text-spacing
flex parent was pushing elements together
-rw-r--r--app/views/projects/merge_requests/widget/_heading.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/widget/_heading.html.haml b/app/views/projects/merge_requests/widget/_heading.html.haml
index e3062f47788..c676953f729 100644
--- a/app/views/projects/merge_requests/widget/_heading.html.haml
+++ b/app/views/projects/merge_requests/widget/_heading.html.haml
@@ -28,7 +28,7 @@
%span
CI job
= ci_label_for_status(status)
- for
+ for
- commit = @merge_request.diff_head_commit
= succeed "." do
= link_to commit.short_id, namespace_project_commit_path(@merge_request.source_project.namespace, @merge_request.source_project, commit), class: "monospace"