From 3e180370d0e3fe9cb54a267b607bfca2d1ded3f8 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Thu, 2 Mar 2017 12:52:39 -0800 Subject: [PATCH] Fix line wrapping for long code samples --- css/temp.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/temp.css b/css/temp.css index 6526aeede4..03a2b2ad91 100644 --- a/css/temp.css +++ b/css/temp.css @@ -8,6 +8,9 @@ code { white-space: nowrap !important; } +pre { + white-space: pre-wrap !important; +} .toc-nav {