Forum

select2 width fix
 
Powiadomienia
Wyczyść wszystko

select2 width fix

1 Wpisy
2 Użytkownicy
0 Reactions
3,046 Widoki
0
Rozpoczynający temat

resolution

1 odpowiedź
0
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%"});

Twoja odpowiedź

Nazwa autora

E-mail autora

Twoje zapytanie *

Podgląd 0 rewizje Zapisano
Udostępnij: