Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31d08f6

Browse files
committed
use default select2 width
1 parent 6719b97 commit 31d08f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/admin/template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
utopia.Initialise.add(InitCombo);
1919
function InitCombo() {
20-
$('.inputtype-combo').select2({adaptDropdownCssClass:function(c){return c;},width:'element'});
20+
$('.inputtype-combo').select2({adaptDropdownCssClass:function(c){return c;}});
2121
}
2222
</script>
2323
</head>

0 commit comments

Comments
 (0)