From 1a8f00c45f9ae0be9c5db94a44d5e19ff309853e Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 24 Feb 2025 21:15:21 +0100 Subject: [PATCH] fix: don't wrap button contents in two lines (#34887) --- packages/trace-viewer/src/ui/errorsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/trace-viewer/src/ui/errorsTab.tsx b/packages/trace-viewer/src/ui/errorsTab.tsx index d7b9ac7eba..a5d9a17aa6 100644 --- a/packages/trace-viewer/src/ui/errorsTab.tsx +++ b/packages/trace-viewer/src/ui/errorsTab.tsx @@ -72,7 +72,7 @@ const CopyPromptButton: React.FC<{ value={prompt} description='Copy as Prompt' copiedDescription={<>Copied } - style={{ width: '90px', justifyContent: 'center' }} + style={{ width: '120px', justifyContent: 'center' }} /> ); };