mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-21 13:59:25 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user