summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-08 17:19:04 -0700
committerKegan Dougal <kegan@matrix.org>2014-09-08 17:19:04 -0700
commitef2111099abf5cf6b187927c48c8575966706ee2 (patch)
tree858d53da663c0d06142a31094b12d130c56bca14 /webclient
parentDisplay public room topics if they exist on the public room list. (diff)
downloadsynapse-ef2111099abf5cf6b187927c48c8575966706ee2.tar.xz
long topic is long. CSS support it
Diffstat (limited to 'webclient')
-rwxr-xr-xwebclient/app.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css
index ab3d815e00..2f969641b4 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 {