Skip to content

Commit 95f02b5

Browse files
committed
Limit tooltip content max width
1 parent b98f6b9 commit 95f02b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function TooltipWrapper({
7070
sideOffset={sideOffset}
7171
hidden={hidden}
7272
align={align}
73-
className="text-pretty border bg-popover text-popover-foreground"
73+
className="max-w-[400px] text-pretty border bg-popover text-popover-foreground"
7474
>
7575
{title}
7676
</TooltipContent>

0 commit comments

Comments
 (0)