Fixes long strings from not breaking

This commit is contained in:
Sarven Capadisli 2010-02-18 18:12:08 +01:00
parent c2ba764535
commit c36155e238

View File

@ -1035,6 +1035,7 @@ text-decoration:underline;
.notice .entry-title {
overflow:hidden;
word-wrap:break-word;
}
.notice .entry-title.ov {
overflow:visible;