Commit 8f93280e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
parents bf0590b3 a9855fbc
......@@ -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"/>
......
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