From ca5c8a5bdcdc98e4c195ca2ade138c8166289ae9 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Tue, 14 Jul 2020 19:27:00 +0000 Subject: [PATCH] Fix line wrapping on code blocks --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 329fc49..98c3c51 100644 --- a/static/style.css +++ b/static/style.css @@ -151,6 +151,10 @@ div.block:first-of-type { border-top: none; } +pre { + white-space: pre-wrap; +} + @media only screen and (max-width: 950px) { header { height: 172px;