Proper truncating (with ellipsis) of chatroom names
This commit is contained in:
parent
8a2e4e83e7
commit
a01d510249
@ -482,12 +482,16 @@
|
|||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatpanel #available-chatrooms dd {
|
#chatpanel dd.available-chatroom {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 165px;
|
width: 175px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chatpanel dd.available-chatroom a.open-room {
|
||||||
|
width: 148px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatpanel #available-chatrooms dt,
|
#chatpanel #available-chatrooms dt,
|
||||||
|
Loading…
Reference in New Issue
Block a user