Merge branch '37590-pipelines-mr' into 'master'

Fix mini graph pipeline breaking in merge request view

Closes #37590

See merge request gitlab-org/gitlab-ce!14306
This commit is contained in:
Annabel Dunstone Gray 2017-09-18 15:35:16 +00:00
commit cffb325ec0
2 changed files with 10 additions and 0 deletions

View File

@ -209,6 +209,11 @@
}
.stage-cell {
@media (min-width: $screen-md-min) {
min-width: 148px;
margin-right: -4px;
}
.mini-pipeline-graph-dropdown-toggle svg {
height: $ci-action-icon-size;
width: $ci-action-icon-size;

View File

@ -0,0 +1,5 @@
---
title: Fix mini graph pipeline breakin in merge request view
merge_request:
author:
type: fixed