set width of select2 to 100%

This commit is contained in:
Uwe Steinmann 2021-05-05 15:30:53 +02:00
parent 02bed41f65
commit aa87fffd74

View File

@ -61,7 +61,7 @@ function initMost() {
$(".chzn-select").select2({
theme: "bootstrap4",
//width: '100%',
width: '100%',
templateResult: chzn_template_func//,
//templateSelection: chzn_template_func
});