Skip to content

Commit f8515ee

Browse files
committed
wrap command
Signed-off-by: Grant Linville <grant@acorn.io>
1 parent bd054de commit f8515ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/script/messages/confirmForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const ConfirmForm = ({
4646
{message}
4747
</Markdown>
4848
{command && (
49-
<Code className="ml-4">
49+
<Code className="ml-4 whitespace-pre-wrap">
5050
{command.startsWith('Running')
5151
? command.replace('Running', '').replace(/`/g, '')
5252
: command.replace(/`/g, '')}

0 commit comments

Comments
 (0)