From: Sarven Capadisli Date: Thu, 18 Feb 2010 17:12:08 +0000 (+0100) Subject: Fixes long strings from not breaking X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c36155e2381df5bc00a3f89e6e35768fb822960a;p=quix0rs-gnu-social.git Fixes long strings from not breaking --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 89fe810c69..380975e324 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1035,6 +1035,7 @@ text-decoration:underline; .notice .entry-title { overflow:hidden; +word-wrap:break-word; } .notice .entry-title.ov { overflow:visible;