]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ticket 1071 - Set overflow:auto for long non-breaking strings. This is
authorSarven Capadisli <csarven@plantard.controlezvous.ca>
Sun, 1 Feb 2009 19:06:08 +0000 (19:06 +0000)
committerSarven Capadisli <csarven@plantard.controlezvous.ca>
Sun, 1 Feb 2009 19:06:08 +0000 (19:06 +0000)
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

index 460b551f26ac455b81e7f0d4bf5ae8e263cb9c45..809c1ba6f8481951a0f0bbf6f972c36cc5df9265 100644 (file)
@@ -790,6 +790,7 @@ text-decoration:underline;
 .notice .entry-title {
 float:left;
 width:100%;
+overflow:auto;
 }
 #shownotice .notice .entry-title {
 font-size:2.2em;