Browse Source

Make select2 width auto

Denis K 8 years ago
parent
commit
8cf780f553
1 changed files with 2 additions and 1 deletions
  1. 2 1
      jet/static/jet/js/src/features/selects.js

+ 2 - 1
jet/static/jet/js/src/features/selects.js

@@ -147,7 +147,8 @@ Select2.prototype = {
     initSelect: function($select, DropdownAdapter) {
         var settings = {
             theme: 'jet',
-            dropdownAdapter: DropdownAdapter
+            dropdownAdapter: DropdownAdapter,
+            width: 'auto'
         };
 
         if ($select.hasClass('ajax')) {