Fix vertical alignment in firefox and safari for pipeline mini graph

This commit is contained in:
Filipa Lacerda 2017-07-25 11:28:30 +01:00
parent d95e6da0d5
commit 531681c11d
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: