From 819413299692496e4ef9e9e72bfcdd823b3d3152 Mon Sep 17 00:00:00 2001 From: Dotta Date: Wed, 11 Mar 2026 16:40:26 -0500 Subject: [PATCH] Tighten transcript label styling Co-Authored-By: Paperclip --- ui/src/components/transcript/RunTranscriptView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/transcript/RunTranscriptView.tsx b/ui/src/components/transcript/RunTranscriptView.tsx index 6ebc0fe0..762f8df4 100644 --- a/ui/src/components/transcript/RunTranscriptView.tsx +++ b/ui/src/components/transcript/RunTranscriptView.tsx @@ -729,7 +729,7 @@ function TranscriptCommandGroup({ ))}
-
+
{title}
{subtitle && ( @@ -854,7 +854,7 @@ function TranscriptEventRow({
) : (
- + {block.label} {block.text ? {block.text} : null}