Skip to content

Commit 3d04fd4

Browse files
committed
Add wrapper to render data correctly within tooltip content
1 parent 30ec7c0 commit 3d04fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/tooltip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const TooltipContentNoArrow = ({
2323
sideOffset={sideOffset}
2424
{...props}
2525
>
26-
{children}
26+
<div className="inline-block">{children}</div>
2727
</TooltipContent>
2828
)
2929
}

0 commit comments

Comments
 (0)