summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-30 16:14:03 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-30 16:14:03 +0000
commit8f93280e8f71b73a5e5d5a82ab1d029a74c57477 (patch)
tree0e9ed1e165d3809145646064ba9fe20fcb3e5383
parentbf0590b3e2799963494c0144275445a81bbc97af (diff)
parenta9855fbc0062ee8d72796fde51e9dc76ebd35fa8 (diff)
downloadgitlab-ce-8f93280e8f71b73a5e5d5a82ab1d029a74c57477.tar.gz
Merge branch '29883-retry-button' into 'master'
Adds container option for tooltip to prevent the button from losing round corners Closes #29883 See merge request !10317
-rw-r--r--app/assets/javascripts/vue_pipelines_index/components/async_button.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/vue_pipelines_index/components/async_button.js b/app/assets/javascripts/vue_pipelines_index/components/async_button.js
index aaebf29d8ae..58b8db4d519 100644
--- a/app/assets/javascripts/vue_pipelines_index/components/async_button.js
+++ b/app/assets/javascripts/vue_pipelines_index/components/async_button.js
@@ -83,6 +83,7 @@ export default {
:class="buttonClass"
:title="title"
:aria-label="title"
+ data-container="body"
data-placement="top"
:disabled="isLoading">
<i :class="iconClass" aria-hidden="true"/>