26 lines
719 B
CSS
26 lines
719 B
CSS
|
|
@charset "UTF-8";
|
||
|
|
|
||
|
|
select .select2 .multiple{
|
||
|
|
/* width:250px !important; */
|
||
|
|
}
|
||
|
|
.select2-selection__choice {
|
||
|
|
font-size: 11px;
|
||
|
|
background-color: #fff !important;
|
||
|
|
border: none !important;
|
||
|
|
margin-right: 0px !important;
|
||
|
|
}
|
||
|
|
.select2-selection__choice__remove {
|
||
|
|
display: contents !important;
|
||
|
|
}
|
||
|
|
.select2-container .select2-selection--multiple {
|
||
|
|
min-height: 20px !important;
|
||
|
|
}
|
||
|
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||
|
|
margin-top: 3.5px !important;
|
||
|
|
}
|
||
|
|
.select2-selection__rendered {
|
||
|
|
height: 18px !important;
|
||
|
|
}
|
||
|
|
.select2-container .select2-selection--multiple .select2-selection__rendered {
|
||
|
|
overflow: auto !important;
|
||
|
|
}
|