From cf2c398a1239c263f2914f2cac07cccb51f0e0d4 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Wed, 24 Dec 2014 14:35:30 -0500 Subject: [PATCH] fix for spacing and replaced
with newlines --- src/assets/css/style.less | 2 +- src/index.php | 6 +++++- src/scripts/index.js | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/assets/css/style.less b/src/assets/css/style.less index 1e45880..37fbb82 100644 --- a/src/assets/css/style.less +++ b/src/assets/css/style.less @@ -87,7 +87,7 @@ html, body { font-size: 0.8em; background-color: black; } -#commandLine { +#commandLine, #history { white-space: pre-wrap; } #command { diff --git a/src/index.php b/src/index.php index e166fe2..fe7cdce 100644 --- a/src/index.php +++ b/src/index.php @@ -13,7 +13,11 @@