Commit a01d5102 authored by JC Brand's avatar JC Brand

Proper truncating (with ellipsis) of chatroom names

parent 8a2e4e83
......@@ -482,12 +482,16 @@
margin-top: 0.5em;
}
#chatpanel #available-chatrooms dd {
#chatpanel dd.available-chatroom {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
width: 165px;
width: 175px;
}
#chatpanel dd.available-chatroom a.open-room {
width: 148px;
}
#chatpanel #available-chatrooms dt,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment