mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Update terminal.css
Treat white space in terminal output as preformatted so ascii art/other formatting works.
This commit is contained in:
parent
d9948f2876
commit
955617d7ce
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#terminal > .cmd {
|
#terminal > .cmd {
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
#terminal_input {
|
#terminal_input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user