From 804dc7cdb95b54dbd4c4fc362cf79c5ff47b14be Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 1 Feb 2009 19:06:08 +0000 Subject: [PATCH] Ticket 1071 - Set overflow:auto for long non-breaking strings. This is the most cross-browser safe method unless the string is broken into chunks at the time of output from backend. --- theme/base/css/display.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 460b551f26..809c1ba6f8 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -790,6 +790,7 @@ text-decoration:underline; .notice .entry-title { float:left; width:100%; +overflow:auto; } #shownotice .notice .entry-title { font-size:2.2em;