From 4a2eb918416e184a0103040f2cba541029bbe77f Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Fri, 15 Apr 2016 20:53:00 +1000 Subject: [PATCH] * enable line wraps in
 block

---
 public/theme/css/default.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/theme/css/default.css b/public/theme/css/default.css
index 4521499..b6f883f 100644
--- a/public/theme/css/default.css
+++ b/public/theme/css/default.css
@@ -147,6 +147,7 @@ pre {
   padding: 5px;
   background-color: #EEEEEE;
   border: 1px dotted #AAAAAA;
+  white-space: pre-wrap;
 }
 
 hr {