From c3ce6b3da81a8f92b13fd7748343d20ebefca7d6 Mon Sep 17 00:00:00 2001 From: David Cormier Date: Sat, 12 Oct 2013 12:56:47 -0400 Subject: [PATCH] css: use pre instead of pre-wrap to avoid wrapping '--' messages --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index cc671a3..1ef4d58 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -37,7 +37,7 @@ td.message { word-wrap: break-word; } .text { - white-space: pre-wrap; + white-space: pre; } /* Lastly, apply responsive CSS fixes as necessary */ @media (max-width: 767px) {