mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
set width of select2 to 'resolve' instead of '100%'
This commit is contained in:
parent
f9b4291512
commit
6c7d397837
|
@ -62,7 +62,7 @@ function initMost() {
|
||||||
|
|
||||||
$(".chzn-select").select2({
|
$(".chzn-select").select2({
|
||||||
theme: "bootstrap4",
|
theme: "bootstrap4",
|
||||||
width: '100%',
|
width: 'resolve',
|
||||||
templateResult: chzn_template_func//,
|
templateResult: chzn_template_func//,
|
||||||
//templateSelection: chzn_template_func
|
//templateSelection: chzn_template_func
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user