There was an error while loading. Please reload this page.
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