From ea8c4f8e2f11c4e8f2d360a8cbe230b00f35bc97 Mon Sep 17 00:00:00 2001
From: JediKev <kevin@enhancesoft.com>
Date: Tue, 7 Aug 2018 08:59:52 -0500
Subject: [PATCH] issue: Canned Resp Select2 Width

This enhances the Select2 canned response box by making it wider, showing
more text in each line.
---
 scp/js/scp.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scp/js/scp.js b/scp/js/scp.js
index 085ae525a..27d8e6167 100644
--- a/scp/js/scp.js
+++ b/scp/js/scp.js
@@ -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)
-- 
GitLab