From aa87fffd74f7df5a65e6ddb83569282e13ca77c0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 5 May 2021 15:30:53 +0200 Subject: [PATCH] set width of select2 to 100% --- views/bootstrap4/styles/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap4/styles/application.js b/views/bootstrap4/styles/application.js index 38201aae2..09b7efa46 100644 --- a/views/bootstrap4/styles/application.js +++ b/views/bootstrap4/styles/application.js @@ -61,7 +61,7 @@ function initMost() { $(".chzn-select").select2({ theme: "bootstrap4", - //width: '100%', + width: '100%', templateResult: chzn_template_func//, //templateSelection: chzn_template_func });