Skip to content

Commit

Permalink
fix: filter width in the list view
Browse files Browse the repository at this point in the history
  • Loading branch information
SVDouble committed Mar 17, 2021
1 parent c4091fe commit ede8892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jazzmin/static/jazzmin/js/change_list.js
Expand Up @@ -25,7 +25,7 @@
// Make search filters select2 and ensure they work for filtering
const $ele = $('.search-filter');
$ele.search_filters();
$ele.select2({ width: 'element' });
$ele.select2({ width: '100%' });

// Use select2 for mptt dropdowns
const $mptt = $('.search-filter-mptt');
Expand Down

0 comments on commit ede8892

Please sign in to comment.