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 5050a92 commit ded8411Copy full SHA for ded8411
site/src/components/HelpTooltip/HelpTooltip.tsx
@@ -46,7 +46,7 @@ export const HelpTooltipContent: FC<TooltipContentProps> = ({
46
<TooltipContent
47
side="bottom"
48
align="start"
49
- collisionPadding={16} // 1rem
+ collisionPadding={16}
50
{...props}
51
className={cn(
52
"w-[320px] p-5 bg-surface-secondary border-surface-quaternary text-sm",
0 commit comments