Powiadomienia
Wyczyść wszystko
BugOverflow
1
Wpisy
1
Użytkownicy
0
Reactions
1,686
Widoki
0
08/10/2018 10:30 am
Rozpoczynający temat
ready to use example
1 odpowiedź
0
08/10/2018 10:31 am
Rozpoczynający temat
1 2 3 4 5 6 |
$(".my_select2").select2({ language: "pl", theme: "bootstrap", width: '100%', dropdownCssClass : 'bigdrop' }); |
$(".my_select2").select2({ language: "pl", theme: "bootstrap", width: '100%', dropdownCssClass : 'bigdrop' });
1 2 3 4 5 6 |
.bigdrop { width: 600px !important; } .select2-dropdown--below{ margin-left: -552px; } |
.bigdrop { width: 600px !important; } .bigdrop.select2-dropdown--below{ margin-left: -552px; }