We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd054de commit f8515eeCopy full SHA for f8515ee
components/script/messages/confirmForm.tsx
@@ -46,7 +46,7 @@ const ConfirmForm = ({
46
{message}
47
</Markdown>
48
{command && (
49
- <Code className="ml-4">
+ <Code className="ml-4 whitespace-pre-wrap">
50
{command.startsWith('Running')
51
? command.replace('Running', '').replace(/`/g, '')
52
: command.replace(/`/g, '')}
0 commit comments