Commit ede3769b authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Phil Hughes

Center dropdown for pipeline's mini graph

parent 896aa2a1
......@@ -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