fix for long usernames
This commit is contained in:
parent
77540ed999
commit
2c384e0073
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue