From 302b4667fe87d098c386b1556dc7a43bf0403840 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Fri, 5 Jul 2024 12:24:18 +0100 Subject: [PATCH] table tooltip max-width fixed --- apps/webapp/app/components/runs/v3/TaskRunsTable.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/webapp/app/components/runs/v3/TaskRunsTable.tsx b/apps/webapp/app/components/runs/v3/TaskRunsTable.tsx index b3567b1c7..e71ea72f5 100644 --- a/apps/webapp/app/components/runs/v3/TaskRunsTable.tsx +++ b/apps/webapp/app/components/runs/v3/TaskRunsTable.tsx @@ -132,13 +132,13 @@ export function TaskRunsTable({ +
Queued duration
- + The amount of time from when the run was created to it starting to run.
@@ -146,7 +146,7 @@ export function TaskRunsTable({
Run duration
- + The total amount of time from the run starting to it finishing. This includes all time spent waiting. @@ -156,7 +156,7 @@ export function TaskRunsTable({ Compute duration
- + The amount of compute time used in the run. This does not include time spent waiting.