From 98a8dd8aca0a209405d2b59c050ce82b7e7caa9c Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Tue, 21 Nov 2017 11:54:13 +0100 Subject: [PATCH] Tweak print style for

---
 assets/style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/assets/style.css b/assets/style.css
index 2158645..002c345 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -469,6 +469,11 @@ input[type="search"] {
         text-align: justify;
     }
 
+    pre {
+        overflow: visible;
+        white-space: pre-wrap;
+    }
+
     .search {
         display: none;
     }