From bc6453dc5af834ba380b07d7c834b7ca777a05be Mon Sep 17 00:00:00 2001
From: Nicholas Sherlock
Date: Thu, 21 May 2015 20:56:01 +1200
Subject: [PATCH] Preserve consecutive whitespace characters on CLI output
---
tabs/cli.css | 3 +++
tabs/cli.html | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tabs/cli.css b/tabs/cli.css
index 519c2e55..c019ebe4 100644
--- a/tabs/cli.css
+++ b/tabs/cli.css
@@ -47,4 +47,7 @@
}
.tab-cli #content-watermark {
z-index:0;
+}
+.tab-cli .window .wrapper {
+ white-space: pre-wrap;
}
\ No newline at end of file
diff --git a/tabs/cli.html b/tabs/cli.html
index 44dd901c..5bec1778 100644
--- a/tabs/cli.html
+++ b/tabs/cli.html
@@ -3,8 +3,7 @@