summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-02-18 18:12:08 +0100
committerSarven Capadisli <csarven@status.net>2010-02-18 18:12:08 +0100
commitc36155e2381df5bc00a3f89e6e35768fb822960a (patch)
treeb9d908d2eb017b642fb252fc4fc8be6c69eeee19 /theme
parentc2ba7645359242590c8ac60b66f012110ae889ef (diff)
Fixes long strings from not breaking
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 89fe810c6..380975e32 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;