Skip to content

Commit f683a09

Browse files
committed
Offset the tooltip in more
1 parent 10f0ef3 commit f683a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/runs/v3/RunFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function StatusDropdown({
356356
<TooltipTrigger className="group flex w-full flex-col py-0">
357357
<TaskRunStatusCombo status={item.value} iconClassName="animate-none" />
358358
</TooltipTrigger>
359-
<TooltipContent side="right" sideOffset={9}>
359+
<TooltipContent side="right" sideOffset={50}>
360360
<Paragraph variant="extra-small">
361361
{descriptionForTaskRunStatus(item.value)}
362362
</Paragraph>

0 commit comments

Comments
 (0)