Skip to content

Commit

Permalink
wrap command
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Aug 20, 2024
1 parent bd054de commit f8515ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/script/messages/confirmForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ConfirmForm = ({
{message}
</Markdown>
{command && (
<Code className="ml-4">
<Code className="ml-4 whitespace-pre-wrap">
{command.startsWith('Running')
? command.replace('Running', '').replace(/`/g, '')
: command.replace(/`/g, '')}
Expand Down

0 comments on commit f8515ee

Please sign in to comment.