This can be fixed by using "width: style" instead
This commit is contained in:
parent
c5ad9ca07b
commit
07ca64d932
|
|
@ -37,7 +37,8 @@
|
|||
var selectOptions = {
|
||||
templateResult: formatSelectOption,
|
||||
templateSelection: formatSelectOption,
|
||||
escapeMarkup: function(m) { return m }
|
||||
escapeMarkup: function(m) { return m },
|
||||
width: 'style'
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue