We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ec7c0 commit 3d04fd4Copy full SHA for 3d04fd4
1 file changed
src/components/tooltip/index.tsx
@@ -23,7 +23,7 @@ const TooltipContentNoArrow = ({
23
sideOffset={sideOffset}
24
{...props}
25
>
26
- {children}
+ <div className="inline-block">{children}</div>
27
</TooltipContent>
28
)
29
}
0 commit comments