From 31fc40c12c8062fe3635767f7393ea38d4f98871 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Thu, 5 Jan 2023 00:10:57 +0000 Subject: [PATCH] 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 --- frontend/src/components/Diff/CompilationPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Diff/CompilationPanel.tsx b/frontend/src/components/Diff/CompilationPanel.tsx index 3bca3db9..8b39fd13 100644 --- a/frontend/src/components/Diff/CompilationPanel.tsx +++ b/frontend/src/components/Diff/CompilationPanel.tsx @@ -91,7 +91,7 @@ export default function CompilationPanel({ compilation, isCompiling, isCompilati -
+
{compilation.compiler_output}