summary refs log tree commit diff
diff options
context:
space:
mode:
-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 {