From 0bf787321c016b5f42c0ab43b76901a980384958 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Fri, 22 Feb 2013 16:09:39 -0500 Subject: [PATCH] Allow inline code blocks to wrap, instead of truncating on overflow. (imported from commit f2586971c113642dba395a68476685be63f6dce6) --- zephyr/static/styles/zephyr.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index a4ac5ea73b..3437931da1 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -60,8 +60,6 @@ code { /* 12/14 em, so bootstrap's default 12 px, when body is the default 14 px */ font-size: 0.857em; - - white-space: nowrap; } pre {