ERP-node/WebContent/css/selectMulti.css

26 lines
719 B
CSS
Raw Normal View History

2025-08-21 09:41:46 +09:00
@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;
}