提交 ede3769b 编写于 作者: F Filipa Lacerda 提交者: Phil Hughes

Center dropdown for pipeline's mini graph

上级 896aa2a1
...@@ -929,7 +929,8 @@ ...@@ -929,7 +929,8 @@
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
top: -6px; top: -6px;
left: 2px; left: 50%;
transform: translate(-50%, 0);
border-width: 0 5px 6px; border-width: 0 5px 6px;
} }
...@@ -944,6 +945,14 @@ ...@@ -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 * Terminal
*/ */
......
---
title: Center dropdown for mini graph
merge_request:
author:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册