jquery-nice-select
jquery-nice-select copied to clipboard
Fix issue #23
Fix the max-width problem. (Issue #23)
Before:
After:
Work fine for me
.nice-select span.current {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
