Skip to content

Commit f45f94f

Browse files
author
thom
committed
Responsive fix (Backport from !601)
1 parent 98ba3c4 commit f45f94f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interface/web/themes/default/assets/javascripts/ispconfig.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ var ISPConfig = {
8686
if(ISPConfig.options.useComboBox == true) {
8787
$('#sidebar').find("select:not(.chosen-select)").select2({
8888
placeholder: '',
89-
width: 'element',
9089
selectOnBlur: true,
9190
allowClear: true
9291
});
@@ -100,7 +99,6 @@ var ISPConfig = {
10099
if(ISPConfig.options.useComboBox == true) {
101100
$('#pageContent').find("select:not(.chosen-select)").select2({
102101
placeholder: '',
103-
width: 'element',
104102
selectOnBlur: true,
105103
allowClear: true,
106104
formatResult: function(o, cont, qry, escapeMarkup) {

0 commit comments

Comments
 (0)