Skip to content

Commit

Permalink
Added an ellipsis to the tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
samejr committed Nov 19, 2024
1 parent eca79af commit ea09564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/app/components/runs/v3/TaskRunsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ function RunActionsCell({ run, path }: { run: RunListItem; path: string }) {
/>
</Dialog>
}
content="Replay run"
content="Replay run"
side="left"
disableHoverableContent
/>
Expand Down

0 comments on commit ea09564

Please sign in to comment.