From 61be5c9bc1b1d7c5a7e98809bef03d9cc7ffdc73 Mon Sep 17 00:00:00 2001 From: Siddharth Movaliya Date: Fri, 13 Oct 2023 16:47:12 +0530 Subject: [PATCH] fix: Button icons tooltips opening out of view due to padding issue (#11847) Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: Peer Richelsen --- .../eventtype/EventTypeSingleLayout.tsx | 12 ++++++++-- packages/ui/components/button/Button.tsx | 24 ++++++++++++++++--- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/apps/web/components/eventtype/EventTypeSingleLayout.tsx b/apps/web/components/eventtype/EventTypeSingleLayout.tsx index c0913422b9..ba369f9c80 100644 --- a/apps/web/components/eventtype/EventTypeSingleLayout.tsx +++ b/apps/web/components/eventtype/EventTypeSingleLayout.tsx @@ -268,9 +268,11 @@ function EventTypeSingleLayout({ )} + } + side="bottom">
{/* We have to warp this in tooltip as it has a href which disabels the tooltip on buttons */} - +