Commit 420f117d authored by Annabel Dunstone's avatar Annabel Dunstone

Mobile view for commit status

parent 6b5708e0
...@@ -75,3 +75,11 @@ ...@@ -75,3 +75,11 @@
color: $gl-gray; color: $gl-gray;
} }
} }
.visible-xs-inline {
.ci-status-link {
position: relative;
top: 2px;
left: 5px;
}
}
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
· ·
= commit.short_id = commit.short_id
- if commit.status - if commit.status
= render_commit_status(commit) .visible-xs-inline
= render_commit_status(commit)
- if commit.description? - if commit.description?
%a.text-expander.hidden-xs.js-toggle-button ... %a.text-expander.hidden-xs.js-toggle-button ...
......
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