fix: don't break button width
This commit is contained in:
parent
e4ceac8e4c
commit
41cf741a35
|
|
@ -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