select2 width should be 100% to scale if the browser width changes
This commit is contained in:
parent
4ccceb271c
commit
9c3c2cc2ac
|
@ -122,6 +122,7 @@ $(function () {
|
|||
$(function () {
|
||||
$('select').select2({
|
||||
theme: 'bootstrap-5',
|
||||
width: '100%',
|
||||
});
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue