select item text overflow, close #796

This commit is contained in:
afc163 2015-12-31 16:52:05 +08:00
parent bcb686b5c0
commit f4865e85d0

View File

@ -377,6 +377,8 @@
color: #666; color: #666;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
transition: background 0.3s ease; transition: background 0.3s ease;