From a2e9f8ffeed061599e014835607d8aa8ecd91094 Mon Sep 17 00:00:00 2001 From: ameer2468 <33054370+ameer2468@users.noreply.github.com> Date: Sat, 23 Sep 2023 17:38:16 +0300 Subject: [PATCH] [ENG-1133] Tooltip overflow fix - take up y-axis space (#1374) Tooltip overflow fix, take up y-axis space --- .../app/$libraryId/Explorer/FilePath/RenameTextBox.tsx | 7 ++++++- packages/ui/src/Tooltip.tsx | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/interface/app/$libraryId/Explorer/FilePath/RenameTextBox.tsx b/interface/app/$libraryId/Explorer/FilePath/RenameTextBox.tsx index c647875dc..3847cf71d 100644 --- a/interface/app/$libraryId/Explorer/FilePath/RenameTextBox.tsx +++ b/interface/app/$libraryId/Explorer/FilePath/RenameTextBox.tsx @@ -154,7 +154,12 @@ export const RenameTextBoxBase = forwardRef( }, [blur]); return ( - +
; @@ -45,7 +46,7 @@ export const Tooltip = ({ position = 'bottom', hoverable = true, ...props }: Too props.tooltipClassName )} > - {props.label} +

{props.label}

{props.keybinds && (
{separateKeybinds(props.keybinds)?.map((k, _) => (