Center dropdown for pipeline's mini graph
This commit is contained in:
parent
896aa2a1f0
commit
ede3769b46
2 changed files with 14 additions and 1 deletions
|
@ -929,7 +929,8 @@
|
|||
border-color: transparent;
|
||||
border-style: solid;
|
||||
top: -6px;
|
||||
left: 2px;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
border-width: 0 5px 6px;
|
||||
}
|
||||
|
||||
|
@ -944,6 +945,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Center dropdown menu in mini graph
|
||||
*/
|
||||
.mini-pipeline-graph-dropdown-menu.dropdown-menu {
|
||||
right: auto;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
}
|
||||
/**
|
||||
* Terminal
|
||||
*/
|
||||
|
|
4
changelogs/unreleased/27586-center-dropdown.yml
Normal file
4
changelogs/unreleased/27586-center-dropdown.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Center dropdown for mini graph
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue