fix for long usernames

This commit is contained in:
Kris Aubuchon 2013-10-21 10:13:16 -04:00
parent 77540ed999
commit 2c384e0073
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}