Commit e69299b7 authored by Phil Hughes's avatar Phil Hughes

Merge branch '27586-center-dropdown' into 'master'

Center dropdown for pipeline's  mini graph

Closes #27586

See merge request !12087
parents 896aa2a1 ede3769b
......@@ -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
*/
......
---
title: Center dropdown for mini graph
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment