Commit 1983d1a5 authored by Clement Ho's avatar Clement Ho

Fix ci mini graph dropdown alignment and positioning

parent 102db0aa
...@@ -165,6 +165,7 @@ export default { ...@@ -165,6 +165,7 @@ export default {
class="mini-pipeline-graph-dropdown-toggle js-builds-dropdown-button" class="mini-pipeline-graph-dropdown-toggle js-builds-dropdown-button"
data-placement="top" data-placement="top"
data-toggle="dropdown" data-toggle="dropdown"
data-display="static"
type="button" type="button"
aria-haspopup="true" aria-haspopup="true"
aria-expanded="false" aria-expanded="false"
......
...@@ -1001,7 +1001,7 @@ button.mini-pipeline-graph-dropdown-toggle { ...@@ -1001,7 +1001,7 @@ button.mini-pipeline-graph-dropdown-toggle {
/** /**
* Center dropdown menu in mini graph * Center dropdown menu in mini graph
*/ */
&.dropdown-menu { .dropdown &.dropdown-menu {
transform: translate(-80%, 0); transform: translate(-80%, 0);
@media (min-width: map-get($grid-breakpoints, md)) { @media (min-width: map-get($grid-breakpoints, md)) {
......
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