Commit f733d4f8 authored by Annabel Gray's avatar Annabel Gray

Merge branch '47610-bs4-mini-graph-dropdown-sometimes-open-on-the-top' into 'master'

Resolve "BS4: Mini graph dropdown sometimes open on the top"

Closes #47610

See merge request gitlab-org/gitlab-ce!19912
parents 958c0475 1983d1a5
......@@ -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"
......
......@@ -1001,7 +1001,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