Skip to content
Snippets Groups Projects
Commit 531681c1 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fix vertical alignment in firefox and safari for pipeline mini graph

parent d95e6da0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
@@ -608,6 +608,7 @@
padding: 0;
transition: all 0.2s linear;
position: relative;
vertical-align: middle;
 
> .fa.fa-caret-down {
position: absolute;
Loading
Loading
---
title: Fix vertical alignment in firefox and safari for pipeline mini graph
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment