fix: process code input to handle newlines and tabs correctly; update CSS for better text wrapping
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user