Merge branch '35399-mini-graph-commits-box' into 'master'

Fix margin in mini graph for commits box

Closes #35399 and #35383

See merge request !13014
This commit is contained in:
Phil Hughes 2017-07-24 07:36:01 +00:00
commit c66db38dda
2 changed files with 9 additions and 1 deletions

View File

@ -54,7 +54,11 @@
.mr-widget-pipeline-graph {
display: inline-block;
vertical-align: middle;
margin: 0 -6px 0 0;
margin-right: 4px;
.stage-cell .stage-container {
margin: 3px 3px 3px 0;
}
.dropdown-menu {
margin-top: 11px;

View File

@ -0,0 +1,4 @@
---
title: Fix margins in the mini graph for pipeline in commits box
merge_request:
author: