Preserve white space sequences in log lines

This allows e.g. the MOTD to have properly-formatted ASCII art.
This commit is contained in:
Simon Ser 2021-06-24 10:41:48 +02:00
parent bc05fd5c11
commit 0fa6381c07

View file

@ -363,6 +363,9 @@ details summary[role="button"] {
#buffer .logline-list { #buffer .logline-list {
padding: 10px; padding: 10px;
} }
#buffer .logline {
white-space: pre-wrap;
}
#buffer .talk, #buffer .motd { #buffer .talk, #buffer .motd {
color: var(--main-color); color: var(--main-color);
} }