Commit 221b7721 authored by Simon Knox's avatar Simon Knox

add space between ci text and commit sha in Merge Request widget

flex parent was pushing elements together
parent 8b955e4e
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
%span %span
CI job CI job
= ci_label_for_status(status) = ci_label_for_status(status)
for for
- commit = @merge_request.diff_head_commit - commit = @merge_request.diff_head_commit
= succeed "." do = succeed "." do
= link_to commit.short_id, namespace_project_commit_path(@merge_request.source_project.namespace, @merge_request.source_project, commit), class: "monospace" = link_to commit.short_id, namespace_project_commit_path(@merge_request.source_project.namespace, @merge_request.source_project, commit), class: "monospace"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment