BigW Consortium Gitlab

Commit ede3769b by 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;
}
......@@ -945,6 +946,14 @@
}
/**
* Center dropdown menu in mini graph
*/
.mini-pipeline-graph-dropdown-menu.dropdown-menu {
right: auto;
left: 50%;
transform: translate(-50%, 0);
}
/**
* Terminal
*/
.terminal-icon {
......
---
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