From e76adf6ed19e9dc16f8be855b33058f8eb4ebde3 Mon Sep 17 00:00:00 2001 From: Dotta Date: Wed, 11 Mar 2026 13:58:24 -0500 Subject: [PATCH] Refine executed command row centering Co-Authored-By: Paperclip --- ui/src/components/transcript/RunTranscriptView.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ui/src/components/transcript/RunTranscriptView.tsx b/ui/src/components/transcript/RunTranscriptView.tsx index 8aec4911..6ebc0fe0 100644 --- a/ui/src/components/transcript/RunTranscriptView.tsx +++ b/ui/src/components/transcript/RunTranscriptView.tsx @@ -711,7 +711,7 @@ function TranscriptCommandGroup({ } }} > -
+
{block.items.slice(0, Math.min(block.items.length, 3)).map((_, index) => (
-
+
{title}
{subtitle && ( @@ -745,7 +745,10 @@ function TranscriptCommandGroup({