Skip to content
Snippets Groups Projects
Commit ea8c4f8e authored by JediKev's avatar JediKev
Browse files

issue: Canned Resp Select2 Width

This enhances the Select2 canned response box by making it wider, showing
more text in each line.
parent 5e57de5b
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ var scp_prep = function() {
}
});
$('form select#cannedResp').select2({width: '300px'});
$('form select#cannedResp').select2({width: '350px'});
$('form select#cannedResp').on('select2:opening', function (e) {
var redactor = $('.richtext', $(this).closest('form')).data('redactor');
if (redactor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment