summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-16 02:28:11 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-16 02:28:11 +0000
commitf733d4f8979a7570a9347186dbe0f8c663c2ff4f (patch)
tree9bb2350e34f0a8c62216c00bb3b0ffaf255e9498 /app/assets/javascripts
parent958c047516e182dfc52317f721f696e8a1ee85ed (diff)
parent1983d1a5ffdbf75763eccb122ac4a30b3b822ea7 (diff)
downloadgitlab-ce-f733d4f8979a7570a9347186dbe0f8c663c2ff4f.tar.gz
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
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r--app/assets/javascripts/pipelines/components/stage.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/pipelines/components/stage.vue b/app/assets/javascripts/pipelines/components/stage.vue
index 4dd2fb9fbed..b9231c002fd 100644
--- a/app/assets/javascripts/pipelines/components/stage.vue
+++ b/app/assets/javascripts/pipelines/components/stage.vue
@@ -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"