Skip to content

Commit 04edbaa

Browse files
authored
Merge pull request #82 from oasisprotocol/mz/tooltip-3
Add wrapper to render data correctly within tooltip content
2 parents 30ec7c0 + 3d04fd4 commit 04edbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)