diff --git a/style.css b/style.css index 7b71fa6..653c83c 100644 --- a/style.css +++ b/style.css @@ -363,6 +363,9 @@ details summary[role="button"] { #buffer .logline-list { padding: 10px; } +#buffer .logline { + white-space: pre-wrap; +} #buffer .talk, #buffer .motd { color: var(--main-color); }