Update terminal.css

Treat white space in terminal output as preformatted so ascii art/other formatting works.
This commit is contained in:
JC Snider 2018-07-17 18:09:05 -04:00 committed by GitHub
parent d9948f2876
commit 955617d7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#terminal > .cmd {
padding: 1px 0;
white-space: pre;
}
#terminal_input {