bug fix: no multiple lines in chat image banner title

This commit is contained in:
2015-06-01 20:44:15 +02:00
parent d15d022b66
commit ec187f6d2f
4 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -806,11 +806,14 @@
#chat_messages p .banner .banner_title {
color:$col_none;
text-overflow: ellipsis;
font-size: $size_vbig;
line-height:25px;
margin:0 0 0 6px;
madding:0;
padding:0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
}
#chat_messages p span.text a.img_box.hidden {