select2-bootstrap4-theme icon indicating copy to clipboard operation
select2-bootstrap4-theme copied to clipboard

style for selected elements incomplete

Open ToBe998 opened this issue 7 years ago • 1 comments

The design for multi-select items seems off. The selected elements are to small and not in line with bootstrap 4 elements.

I changed the style with these additional lines:

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    margin: 0 0.175rem 0.2em 0;
    padding: 0.5rem 0.75rem;
    border-color: #80bdff;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: 0.2rem 0.375rem 0 0.75rem;
}

ToBe998 avatar Feb 27 '18 16:02 ToBe998

@ToBe998 can you please submit this as a pull-request? I would consider this library as broken without this fix. It's a shame the owner is not putting in the time to add fixes like these.

VictorioBerra avatar Apr 13 '18 20:04 VictorioBerra