Powiadomienia
Wyczyść wszystko
BugOverflow
1
Wpisy
2
Użytkownicy
0
Reactions
3,046
Widoki
0
10/11/2017 11:20 am
Rozpoczynający temat
resolution
1 odpowiedź
0
10/11/2017 11:21 am
Rozpoczynający temat
1 2 3 4 5 6 7 8 9 |
.select2-container { display: table !important; table-layout: fixed !important; } .selection { height: 100%; float: left; width: 100%; } |
.select2-container { display: table !important; table-layout: fixed !important; } .selection { height: 100%; float: left; width: 100%; }
and
1 |
$(".select2").select2({theme: "bootstrap",width:"100%"}); |
$(".select2").select2({theme: "bootstrap",width:"100%"});