remove text overflow in select, close #2927

This commit is contained in:
afc163 2016-09-13 18:46:45 +08:00
parent be81b360fd
commit 63789c3838

View File

@ -439,7 +439,6 @@
white-space: nowrap;
cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
transition: background 0.3s ease;