Skip to content

Adds container option for tooltip to prevent the button from losing round corners

Filipa Lacerda requested to merge 29883-retry-button into master

What does this MR do?

Follows bootstrap documentation and adds data-container="body" option to button inside .btn-group with a tooltip.

Tooltips & popovers in button groups require special setting

When using tooltips or popovers on elements within a .btn-group, you'll have to specify the option container: 'body' to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered). http://getbootstrap.com/components/#btn-groups

Screenshots

red_button

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #29883 (closed)

Merge request reports