diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-03-29 18:13:14 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-03-29 18:13:14 +0100 |
commit | a9855fbc0062ee8d72796fde51e9dc76ebd35fa8 (patch) | |
tree | e2e6ec4b8057dd2ab1c556b198ae9329aa4e581c | |
parent | c189bf11f43f5ae3944dec38de3dd875397aef50 (diff) | |
download | gitlab-ce-a9855fbc0062ee8d72796fde51e9dc76ebd35fa8.tar.gz |
Adds container option for tooltip to prevent the button from losing round corners
-rw-r--r-- | app/assets/javascripts/vue_pipelines_index/components/async_button.js | 1 |
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"/> |