]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixes long strings from not breaking
authorSarven Capadisli <csarven@status.net>
Thu, 18 Feb 2010 17:12:08 +0000 (18:12 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 18 Feb 2010 17:12:08 +0000 (18:12 +0100)
theme/base/css/display.css

index 89fe810c6955b9082bb1270aa2d9ac1cecb949ad..380975e32486fc27206d2d210c47fcf4dad579c1 100644 (file)
@@ -1035,6 +1035,7 @@ text-decoration:underline;
 
 .notice .entry-title {
 overflow:hidden;
+word-wrap:break-word;
 }
 .notice .entry-title.ov {
 overflow:visible;