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, _) => (