Merge pull request #2128 from galeapatrik/develop

Fix #terminal css line formatting
This commit is contained in:
Dane Everitt 2020-06-23 19:28:24 -07:00 committed by GitHub
commit 910a48ee8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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