logs: escape and unescape new lines

This commit is contained in:
Girish Ramakrishnan
2026-04-07 12:54:31 +02:00
parent 20e0774df2
commit 9e20c5a3e3
9 changed files with 25 additions and 10 deletions

View File

@@ -209,7 +209,7 @@ body {
color: white;
font-family: monospace;
font-size: 14px;
white-space: nowrap;
white-space: pre-wrap;
width: 100%;
}