Skip to content

Commit c4b64ad

Browse files
author
Till Brehm
committed
Merge branch '601-dev' into 'develop'
Responsive fix (Backport from !601) Closes #5708 See merge request ispconfig/ispconfig3!1156
2 parents 5e7c3ee + f45f94f commit c4b64ad

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)