Center dropdown for pipeline's mini graph

This commit is contained in:
Filipa Lacerda 2017-06-13 09:47:59 +00:00 committed by Phil Hughes
parent 896aa2a1f0
commit ede3769b46
2 changed files with 14 additions and 1 deletions

View File

@ -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
*/

View File

@ -0,0 +1,4 @@
---
title: Center dropdown for mini graph
merge_request:
author: