Skip to content

Commit

Permalink
Update select2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MITSUHIRO-KURIKI committed Jun 22, 2024
1 parent 3bea4ad commit 3e3e8b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/templates/common/lib/select2/select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $(function () {
closeOnSelect: !$(this).attr('multiple'),
selectionCssClass: 'select2--small',
dropdownCssClass: 'select2--small',
dropdownParent: $(this).parent(),
});
});
});
});

0 comments on commit 3e3e8b4

Please sign in to comment.