jquery-nice-select icon indicating copy to clipboard operation
jquery-nice-select copied to clipboard

Fix issue #23

Open icetee opened this issue 8 years ago • 1 comments

Fix the max-width problem. (Issue #23)

Before: niceselect_bug_

After: niceselect_bug_fix

icetee avatar Dec 25 '16 12:12 icetee

Work fine for me

.nice-select span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

image

MwSpaceLLC avatar May 02 '20 20:05 MwSpaceLLC