Fix margin in mini graph for commits box

This commit is contained in:
Filipa Lacerda 2017-07-24 07:36:01 +00:00 committed by Phil Hughes
parent 9e8ea0746f
commit 59fd9646a6
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: