From 2c384e00732e0a27d3a8ff66f1f1ae4ab5d3b637 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Mon, 21 Oct 2013 10:13:16 -0400 Subject: [PATCH] fix for long usernames --- app/assets/stylesheets/desktop/topic-post.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index a781cf5403a..2bf6e359316 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -601,7 +601,6 @@ h1, h2, h3 {margin: 10px 0;} background-color: lighten(yellow, 35%);} .topic-meta-data { -white-space: nowrap; float: left; position: relative; @@ -609,6 +608,8 @@ position: relative; h3 { font-size: 13px; margin-top: 5px; + word-wrap: break-word; + line-height: 1.2; }