select2/select2-bootstrap-theme

.option.load-more results css

morrow95 opened this issue · 1 comments

When using ajax and paging there is a 'load more results' message which shows in the dropdown. There needs to be css added for this to match the rest of the dropdown box. Something like :

.select2-container--bootstrap .option.load-more {
    padding:6px;
}
fk commented

Fixed in 0.1.0-beta.9.