Fix contact autocompletion when UID is a digit

This commit is contained in:
Francis Lachapelle
2014-03-06 22:13:17 -05:00
parent 6cecca6c4f
commit 3bae2387d4
3 changed files with 12 additions and 4 deletions

View File

@@ -251,6 +251,8 @@ DIV.contactSelector DIV.contactList
padding-bottom: .15em;
margin: 0px;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer; }