From 4a483e23bb47c525de59cc258f5b0ead1c88874b Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Thu, 23 Nov 2017 10:33:44 +0100 Subject: [PATCH] [Fix #957] Use select2 for all menu deroulant Displays options that are too long on mutilple lines --- app/views/users/description/champs/_drop_down_list.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/description/champs/_drop_down_list.html.haml b/app/views/users/description/champs/_drop_down_list.html.haml index 9404af5f6..2821104db 100644 --- a/app/views/users/description/champs/_drop_down_list.html.haml +++ b/app/views/users/description/champs/_drop_down_list.html.haml @@ -4,4 +4,4 @@ selected: champ.drop_down_list.selected_options(champ), disabled: champ.drop_down_list.disabled_options), multiple: champ.drop_down_list.multiple, - class: champ.drop_down_list.multiple ? 'select2' : nil) + class: 'select2')