Merge branch '2971-multiproject-grah-ce-port' into 'master'

Fix vertical alignment in firefox and safari for pipeline mini graph

See merge request !13071
This commit is contained in:
Phil Hughes
2017-07-25 15:15:26 +00:00
2 changed files with 6 additions and 1 deletions

View File

@ -597,7 +597,7 @@
}
// Dropdown button in mini pipeline graph
.mini-pipeline-graph-dropdown-toggle {
button.mini-pipeline-graph-dropdown-toggle {
border-radius: 100px;
background-color: $white-light;
border-width: 1px;
@ -608,6 +608,7 @@
padding: 0;
transition: all 0.2s linear;
position: relative;
vertical-align: middle;
> .fa.fa-caret-down {
position: absolute;

View File

@ -0,0 +1,4 @@
---
title: Fix vertical alignment in firefox and safari for pipeline mini graph
merge_request:
author: