Ellipsize long huddle names, too.

(imported from commit 6e3dc5fa50323b23d5e07e906ab8e84f8170f50c)
This commit is contained in:
Waseem Daher 2012-10-02 17:13:10 -04:00
parent be1a890a09
commit 9fd3d79118
1 changed files with 2 additions and 1 deletions

View File

@ -116,8 +116,9 @@ td.pointer {
vertical-align: middle;
text-align: left;
overflow-x: hidden;
padding-left: 10px;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 10px;
font-weight: bold;
color: white;
background-color: #444;