From 0aee65af6eb92fec84520686ec4fb4db0d95f1ba Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 17 Jan 2025 22:52:30 +0530 Subject: [PATCH] feat: set height to 50% --- src/components/run/RunsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/run/RunsTable.tsx b/src/components/run/RunsTable.tsx index e6d88f48..1264dd3c 100644 --- a/src/components/run/RunsTable.tsx +++ b/src/components/run/RunsTable.tsx @@ -161,7 +161,7 @@ export const RunsTable: React.FC = ({ /> {rows.length === 0 ? ( - + ) : (