fix: process code input to handle newlines and tabs correctly; update CSS for better text wrapping

This commit is contained in:
ishikabhoyar
2025-11-08 18:44:55 +05:30
parent 8ec0935486
commit 1d3b1c74e1
2 changed files with 8 additions and 1 deletions

View File

@@ -1673,6 +1673,8 @@ body {
margin-bottom: 6px;
line-height: 1.5;
color: #212529;
white-space: pre-wrap;
word-wrap: break-word;
}
.console-line.system {