mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 16:53:38 +00:00
select2 responsive
This commit is contained in:
parent
7be0fc33b1
commit
a0ea4ca510
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ $(document).on('turbolinks:load', function() {
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
placeholder: '',
|
placeholder: '',
|
||||||
theme: 'bootstrap',
|
theme: 'bootstrap',
|
||||||
containerCssClass: ':all:'
|
containerCssClass: ':all:',
|
||||||
|
width: ''
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue