We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2803d68 commit 9367ac9Copy full SHA for 9367ac9
1 file changed
src/components/tooltip/index.tsx
@@ -12,7 +12,7 @@ const TooltipContentNoArrow = ({
12
}: React.ComponentProps<typeof TooltipContent>) => {
13
return (
14
<TooltipContent
15
- className="[&>span]:hidden text-pretty bg-base-popover border text-popover-foreground shadow-[0px_2px_4px_-1px_rgba(0,0,0,0.06)] shadow-md"
+ className="[&>span]:hidden max-w-[400px] text-pretty bg-base-popover border text-popover-foreground shadow-[0px_2px_4px_-1px_rgba(0,0,0,0.06)] shadow-md"
16
sideOffset={sideOffset}
17
{...props}
18
>
0 commit comments