We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04b5f8 commit 5739061Copy full SHA for 5739061
1 file changed
src/components/ui/tooltipWrapper.tsx
@@ -26,7 +26,7 @@ function TooltipWrapper({
26
sideOffset={sideOffset}
27
hidden={hidden}
28
align={align}
29
- className="text-pretty border bg-popover text-popover-foreground shadow-[0px_4px_6px_-1px_rgba(0,0,0,0.10),0px_2px_4px_-1px_rgba(0,0,0,0.06)]"
+ className="max-w-[400px] text-pretty border bg-popover text-popover-foreground shadow-[0px_4px_6px_-1px_rgba(0,0,0,0.10),0px_2px_4px_-1px_rgba(0,0,0,0.06)]"
30
>
31
{title}
32
</TooltipContent>
0 commit comments