From 97ff0f1e47d88a4509645a124b9fe352176c5904 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 10 May 2019 11:24:26 -0400 Subject: [PATCH] preserve white-space for code with pre as well --- views/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/style.css b/views/style.css index 9131e27..54279df 100644 --- a/views/style.css +++ b/views/style.css @@ -4,7 +4,7 @@ body { font-size: 1em; word-wrap: break-word; } -pre { +pre, code { white-space: pre-wrap; } a {