Skip to content

Commit

Permalink
fix: don't wrap button contents in two lines (#34887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Feb 24, 2025
1 parent dbbdabf commit 1a8f00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/trace-viewer/src/ui/errorsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const CopyPromptButton: React.FC<{
value={prompt}
description='Copy as Prompt'
copiedDescription={<>Copied <span className='codicon codicon-copy' style={{ marginLeft: '5px' }}/></>}
style={{ width: '90px', justifyContent: 'center' }}
style={{ width: '120px', justifyContent: 'center' }}
/>
);
};
Expand Down

0 comments on commit 1a8f00c

Please sign in to comment.