status area, add white-space: pre-wrap for long lines
This commit is contained in:
parent
f590395bc6
commit
fa74c72a12
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ pre {
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
background: var(--sub_color);
|
background: var(--sub_color);
|
||||||
color: var(--fg_color);
|
color: var(--fg_color);
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#auxMsgZone {
|
#auxMsgZone {
|
||||||
|
|
Loading…
Reference in a new issue