disable compilation problem wrapping

Fixes a bug reported by @DavidSM54 where IDO's problem `---^` arrows wrapped onto the next line, if it was too long, and was therefore not useful.

Link to report on Discord: https://discord.com/channels/897066363951128586/1060319113781719184/1060319116730318938
This commit is contained in:
Alex Bates
2023-01-05 00:10:57 +00:00
committed by GitHub
parent ceac0a0b20
commit 31fc40c12c

View File

@@ -91,7 +91,7 @@ export default function CompilationPanel({ compilation, isCompiling, isCompilati
</GhostButton>
</h2>
<div className="grow whitespace-pre-line px-3 py-2 font-mono text-xs leading-snug">
<div className="grow whitespace-pre px-3 py-2 font-mono text-xs leading-snug">
<Ansi>{compilation.compiler_output}</Ansi>
</div>
</Allotment.Pane>