From b80c84c9d85d8f28ae8f974a1d4c94ef5620cc43 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 26 Apr 2013 13:15:57 +0200 Subject: use word-wrap instead of break-word to not break all words, fix #125 --- css/items.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3