From 6b8e9a738fd0bf7c33dbcd9ac44fb6e94e5c81ea Mon Sep 17 00:00:00 2001 From: acrefoot Date: Thu, 16 May 2013 12:34:00 -0400 Subject: [PATCH] No more wordwrap on pre blocks for humbugs with code in them (imported from commit e894133c2e1dc3934ec5cadc2341e38ed537a96a) --- zephyr/static/styles/zephyr.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index ded813e657..2bb29b6863 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -106,6 +106,9 @@ pre { when body is the default 14 px */ font-size: 0.929em; line-height: inherit; + white-space: pre; + overflow-x: auto; + word-wrap: normal; } pre code {