From 2eeb22e8ee282fb931d2fb59df136180a2cc3a55 Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Fri, 7 Dec 2012 21:08:10 +0100 Subject: [PATCH] Issue 6119 (Position of elements with `white-space: pre-wrap` isn't displayed correctly) http://code.google.com/p/fbug/issues/detail?id=6119 --- extension/content/firebug/html/highlighter.css | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/content/firebug/html/highlighter.css b/extension/content/firebug/html/highlighter.css index a8aad6c3be..049ed82e01 100644 --- a/extension/content/firebug/html/highlighter.css +++ b/extension/content/firebug/html/highlighter.css @@ -20,6 +20,7 @@ box-shadow: none !important; background: transparent none !important; pointer-events: none !important; + white-space: normal !important; } .firebugBlockBackgroundColor {