From dec7a9b998f837d467eeba5c97863846906453d1 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon <shout@k-ris.com> Date: Mon, 10 Feb 2014 09:45:35 -0500 Subject: [PATCH] now that wbr tags are inputted, breaking usernames a bit more natually --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 01684918b..39424fcdb 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -609,7 +609,7 @@ position: relative; h3 { font-size: 13px; margin-top: 5px; - word-wrap: break-word; + overflow: hidden; line-height: 1.2em; } }