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.
isChild
1 parent 6664b90 commit e482ff2Copy full SHA for e482ff2
1 file changed
apps/webapp/app/components/primitives/Tooltip.tsx
@@ -87,7 +87,7 @@ function SimpleTooltip({
87
<TooltipTrigger
88
type="button"
89
tabIndex={-1}
90
- className={cn("h-fit", buttonClassName)}
+ className={cn(!asChild && "h-fit", buttonClassName)}
91
style={buttonStyle}
92
asChild={asChild}
93
>
0 commit comments