mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
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:
@ -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:
|
Reference in New Issue
Block a user