summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-26 13:15:57 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-26 13:15:57 +0200
commitb80c84c9d85d8f28ae8f974a1d4c94ef5620cc43 (patch)
tree0486b14dd7b39fe2f4ff7f6b307047eddc4f1bc0 /css
parent01210ea081498b511b29ac76f7b55e5032d45e50 (diff)
use word-wrap instead of break-word to not break all words, fix #125
Diffstat (limited to 'css')
-rw-r--r--css/items.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/items.css b/css/items.css
index 098cdfa4a..70926ab32 100644
--- a/css/items.css
+++ b/css/items.css
@@ -123,7 +123,7 @@
font-size: 19px;
margin: 0 182px 0 42px;
font-weight: bold;
- word-break: break-all;
+ word-wrap: break-word;
}
.feed_item h1.item_title a {