Fix select2 overflow
This commit is contained in:
parent
076f48629e
commit
071e234150
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
document.addEventListener('turbolinks:load', function() {
|
document.addEventListener('turbolinks:load', function() {
|
||||||
$('select.select2').select2({
|
$('select.select2').select2({
|
||||||
'language': 'fr'
|
'language': 'fr',
|
||||||
|
'width': '100%'
|
||||||
});
|
});
|
||||||
|
|
||||||
$('select.select2-limited').select2({
|
$('select.select2-limited').select2({
|
||||||
|
|
Loading…
Reference in a new issue