Skip to content

Commit ded8411

Browse files
committed
chore: remove 1rem comment
1 parent 5050a92 commit ded8411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/HelpTooltip/HelpTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const HelpTooltipContent: FC<TooltipContentProps> = ({
4646
<TooltipContent
4747
side="bottom"
4848
align="start"
49-
collisionPadding={16} // 1rem
49+
collisionPadding={16}
5050
{...props}
5151
className={cn(
5252
"w-[320px] p-5 bg-surface-secondary border-surface-quaternary text-sm",

0 commit comments

Comments
 (0)