fix: don't wrap button contents in two lines (#34887)
This commit is contained in:
parent
dbbdabfd1b
commit
1a8f00c45f
|
|
@ -72,7 +72,7 @@ const CopyPromptButton: React.FC<{
|
||||||
value={prompt}
|
value={prompt}
|
||||||
description='Copy as Prompt'
|
description='Copy as Prompt'
|
||||||
copiedDescription={<>Copied <span className='codicon codicon-copy' style={{ marginLeft: '5px' }}/></>}
|
copiedDescription={<>Copied <span className='codicon codicon-copy' style={{ marginLeft: '5px' }}/></>}
|
||||||
style={{ width: '90px', justifyContent: 'center' }}
|
style={{ width: '120px', justifyContent: 'center' }}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue