From ab83843ef6fd07dfb126044356b2f3d85d46265e Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 7 Nov 2015 11:10:43 -0500 Subject: [PATCH] fix css a bit --- contrib/static/site.css | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index 4822887..85c15fe 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -38,6 +38,7 @@ textarea { } pre { + white-space: pre-wrap; background: #3f3f3f; color: #d17600; display: block-inline;