Skip to content

Commit

Permalink
UI: Use "pre-wrap" whiteSpace CSS to format manual run command
Browse files Browse the repository at this point in the history
Issue #3115
PR #3152
  • Loading branch information
ordabach authored and mssalvatore committed Mar 28, 2023
1 parent 876d06b commit 45e3680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function commandDisplay(props) {
<FontAwesomeIcon icon={faClipboard}/>
</Button>
</CopyToClipboard>
<code>{selectedCommand.command}</code>
<code style={{whiteSpace: 'pre-wrap'}}>{selectedCommand.command}</code>
</div>
</Card>
</div>
Expand Down

0 comments on commit 45e3680

Please sign in to comment.