add bellow style
.select2-container {width:300px !important;}
and add this js code
$(document).on('pjax:complete', function() {
$('.kv-plugin-loading').hide();//for hide loading icon
jQuery(function ($) {
jQuery(function ($) { jQuery('#select2').select2(); } );
});