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 5526465 commit 8dfd47eCopy full SHA for 8dfd47e
apps/webapp/app/components/runs/v3/TaskRunsTable.tsx
@@ -341,7 +341,7 @@ export function TaskRunsTable({
341
{run.delayUntil ? <DateTime date={run.delayUntil} /> : "–"}
342
</TableCell>
343
<TableCell to={path}>{run.ttl ?? "–"}</TableCell>
344
- <TableCell to={path}>
+ <TableCell to={path} actionClassName="py-1">
345
<div className="flex gap-1">
346
{run.tags.map((tag) => <RunTag key={tag} tag={tag} />) || "–"}
347
</div>
0 commit comments