fix(GlTooltip): Reduce component boundary padding
The tooltip component has a default boundary padding of 50, whereas the directive has a default boundary padding of 5. There's no obvious reason for this difference, and it appears to be a bug upstream: https://github.com/bootstrap-vue/bootstrap-vue/issues/6507. This bug means that tooltips placed on elements near the configured boundary (e.g., the viewport) will render unnecessarily offset, usually so much that the arrow on the tooltip is disconnected from it.
Loading
-
mentioned in commit 726e7c7a
-
mentioned in merge request gitlab-org/frontend/pajamas-adoption-scanner!155 (merged)
-
mentioned in merge request status-page!816 (merged)
-
mentioned in merge request gitlab!123927 (merged)
-
mentioned in merge request gitlab-org/gitlab-services/design.gitlab.com!3432 (merged)
-
mentioned in merge request gitlab-docs!3993 (merged)
-
mentioned in merge request gitlab-docs!3995 (merged)
-
mentioned in merge request gitlab-org/gitlab-services/design.gitlab.com!3479 (merged)
Please register or sign in to comment