diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-18 18:12:08 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-18 18:12:08 +0100 |
commit | c36155e2381df5bc00a3f89e6e35768fb822960a (patch) | |
tree | b9d908d2eb017b642fb252fc4fc8be6c69eeee19 /theme | |
parent | c2ba7645359242590c8ac60b66f012110ae889ef (diff) |
Fixes long strings from not breaking
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 1 |
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; |