Commit d549199a authored by Stan Hu's avatar Stan Hu

Merge branch 'ce-to-ee-2018-06-16' into 'master'

CE upstream - 2018-06-16 06:21 UTC

See merge request gitlab-org/gitlab-ee!6163
parents 98006325 d0199de5
......@@ -165,6 +165,7 @@ export default {
class="mini-pipeline-graph-dropdown-toggle js-builds-dropdown-button"
data-placement="top"
data-toggle="dropdown"
data-display="static"
type="button"
aria-haspopup="true"
aria-expanded="false"
......
......@@ -1003,7 +1003,7 @@ button.mini-pipeline-graph-dropdown-toggle {
/**
* Center dropdown menu in mini graph
*/
&.dropdown-menu {
.dropdown &.dropdown-menu {
transform: translate(-80%, 0);
@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