From 1a884493f96832d2982be6347cda4101c1742cfb Mon Sep 17 00:00:00 2001 From: emanuele Date: Sun, 16 Nov 2014 22:28:31 +0100 Subject: [PATCH] Fix little misalignment of messageindex with long subject and locked/pinned topics Signed-off-by: emanuele --- themes/default/css/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/default/css/index.css b/themes/default/css/index.css index 206a090505..dfafb515c2 100644 --- a/themes/default/css/index.css +++ b/themes/default/css/index.css @@ -1899,10 +1899,9 @@ img.new_posts { } .topic_name h4 { line-height: 1.429em; - display: inline-block; padding-right: 30px; word-break: break-all; - word-wrap: break-word; + word-wrap: break-word; } .topic_name h4 a { font-weight: bold;