diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-08 17:19:04 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-08 17:19:04 -0700 |
commit | ef2111099abf5cf6b187927c48c8575966706ee2 (patch) | |
tree | 858d53da663c0d06142a31094b12d130c56bca14 | |
parent | Display public room topics if they exist on the public room list. (diff) | |
download | synapse-ef2111099abf5cf6b187927c48c8575966706ee2.tar.xz |
long topic is long. CSS support it
-rwxr-xr-x | webclient/app.css | 4 |
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 { |