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;
}