select2 width fix« Wróć do listy pytań
resolution
|
▲ ▼ |
.select2-container { display: table !important; table-layout: fixed !important; } .selection { height: 100%; float: left; width: 100%; } and
$(".select2").select2({theme: "bootstrap",width:"100%"}); |