From 8f0427ffd5cea293a239cb3e075997023cbbc22e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 10 May 2019 09:22:25 -0400 Subject: [PATCH] we are willing to wrap long

---
 views/style.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/views/style.css b/views/style.css
index 9d3b187..9131e27 100644
--- a/views/style.css
+++ b/views/style.css
@@ -4,6 +4,9 @@ body {
 	font-size: 1em;
 	word-wrap: break-word;
 }
+pre {
+	white-space: pre-wrap;
+}
 a {
 	color: #dde;
 }