This can be fixed by using "width: style" instead

This commit is contained in:
Samuel Georges 2015-07-15 17:56:02 +10:00
parent c5ad9ca07b
commit 07ca64d932
2 changed files with 4 additions and 7 deletions

View File

@ -37,7 +37,8 @@
var selectOptions = {
templateResult: formatSelectOption,
templateSelection: formatSelectOption,
escapeMarkup: function(m) { return m }
escapeMarkup: function(m) { return m },
width: 'style'
}
/*

View File

@ -370,19 +370,15 @@ body.slim-container {
}
//
// Select2
// Select2
//
.form-group .select2-container {
width: 100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border: none;
}
.select2-dropdown {
z-index: 10000;
z-index: 10000;
}
//