From be90cc75d595dad955ad582bed00e8c8ec2efbff Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 5 Nov 2025 20:25:59 +0530 Subject: [PATCH] fix: limit run output panel width --- src/components/run/RunContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 4cc787d1..197f4b1f 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -615,7 +615,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe return ( - + {row.status === 'running' || row.status === 'queued' ? (