From ef2111099abf5cf6b187927c48c8575966706ee2 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Mon, 8 Sep 2014 17:19:04 -0700 Subject: [PATCH] long topic is long. CSS support it --- webclient/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webclient/app.css b/webclient/app.css index ab3d815e0..2f969641b 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -281,6 +281,10 @@ a:active { color: #000; } font-size: 12px; padding-right: 5px; float: right; + width: 15em; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } #roomName {