We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98f6b9 commit 95f02b5Copy full SHA for 95f02b5
1 file changed
src/components/ui/tooltip.tsx
@@ -70,7 +70,7 @@ function TooltipWrapper({
70
sideOffset={sideOffset}
71
hidden={hidden}
72
align={align}
73
- className="text-pretty border bg-popover text-popover-foreground"
+ className="max-w-[400px] text-pretty border bg-popover text-popover-foreground"
74
>
75
{title}
76
</TooltipContent>
0 commit comments