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 10f0ef3 commit f683a09Copy full SHA for f683a09
apps/webapp/app/components/runs/v3/RunFilters.tsx
@@ -356,7 +356,7 @@ function StatusDropdown({
356
<TooltipTrigger className="group flex w-full flex-col py-0">
357
<TaskRunStatusCombo status={item.value} iconClassName="animate-none" />
358
</TooltipTrigger>
359
- <TooltipContent side="right" sideOffset={9}>
+ <TooltipContent side="right" sideOffset={50}>
360
<Paragraph variant="extra-small">
361
{descriptionForTaskRunStatus(item.value)}
362
</Paragraph>
0 commit comments