status area, add white-space: pre-wrap for long lines

This commit is contained in:
Iris Lightshard 2023-07-14 18:36:54 -06:00
parent f590395bc6
commit fa74c72a12
Signed by: nilix
GPG key ID: 3B7FBC22144E6398

View file

@ -125,6 +125,7 @@ pre {
font-size: 125%;
background: var(--sub_color);
color: var(--fg_color);
white-space: pre-wrap;
}
#auxMsgZone {