diff --git a/tools/runners/run-proxy.js b/tools/runners/run-proxy.js index e67c308d3f..231fc6042a 100644 --- a/tools/runners/run-proxy.js +++ b/tools/runners/run-proxy.js @@ -335,6 +335,8 @@ function showErrorPage(res) { font-size: 14px; line-height: 1.5; white-space: pre-wrap; + width: 100%; + display: block; } .meteor-logo { @@ -387,13 +389,13 @@ function showErrorPage(res) {
Server Log
-
`); + `); for (const item of runLog.getLog()) { res.write(Anser.ansiToHtml(Anser.escapeForHtml(item.message)) + "\n"); } - res.write(`
+ res.write(`