Fix mini graph pipeline breakin in merge request view

This commit is contained in:
Filipa Lacerda 2017-09-15 17:34:53 +01:00
parent 20295b3db3
commit 05ed804e01
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
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