Skip to content

Commit ea09564

Browse files
committed
Added an ellipsis to the tooltip text
1 parent eca79af commit ea09564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ function RunActionsCell({ run, path }: { run: RunListItem; path: string }) {
510510
/>
511511
</Dialog>
512512
}
513-
content="Replay run"
513+
content="Replay run"
514514
side="left"
515515
disableHoverableContent
516516
/>

0 commit comments

Comments
 (0)