Commit 2a572d26 authored by Phil Hughes's avatar Phil Hughes

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

Fix vertical alignment in firefox and safari for pipeline mini graph

See merge request !13071
parents 22e54c97 531681c1
......@@ -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;
......
---
title: Fix vertical alignment in firefox and safari for pipeline mini graph
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment