Merge pull request #1238 from jcsnider/develop

Treat white space in terminal output as preformatted...
This commit is contained in:
Dane Everitt 2018-07-18 09:26:46 -07:00 committed by GitHub
commit 6dfaba9042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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