Skip to content

Commit df76202

Browse files
author
Till Brehm
committed
Merge branch 'patch-1' into 'master'
small responsive update don't force width on select2 elements See merge request !601
2 parents 82f07cf + a2c30ba commit df76202

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) {

0 commit comments

Comments
 (0)