Notifications
Clear all
BugOverflow
1
Posty
2
Users
0
Reactions
2,697
Widok
0
10/11/2017 11:20 am
Topic starter
resolution
1 Answer
0
10/11/2017 11:21 am
Topic starter
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%"});