Fix vertical alignment in firefox and safari for pipeline mini graph
This commit is contained in:
parent
d95e6da0d5
commit
531681c11d
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
4
changelogs/unreleased/2971-multiproject-grah-ce-port.yml
Normal file
4
changelogs/unreleased/2971-multiproject-grah-ce-port.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix vertical alignment in firefox and safari for pipeline mini graph
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue