diff --git a/skyvern-frontend/src/routes/history/RunHistory.tsx b/skyvern-frontend/src/routes/history/RunHistory.tsx
index 3e05e6ba..c103d75a 100644
--- a/skyvern-frontend/src/routes/history/RunHistory.tsx
+++ b/skyvern-frontend/src/routes/history/RunHistory.tsx
@@ -95,12 +95,19 @@ function RunHistory() {
handleNavigate(event, `/tasks/${run.task_id}/actions`);
}}
>
- {run.task_id}
- {run.url}
+
+ {run.task_id}
+
+
+ {run.url}
+
-
+
{basicLocalTimeFormat(run.created_at)}