diff --git a/scp/css/scp.css b/scp/css/scp.css index 4d1a2cb8421df7f1b05f5d4688a58242327fe16a..112140d1bc918f3b5e7547459de96f9997e01a74 100644 --- a/scp/css/scp.css +++ b/scp/css/scp.css @@ -2930,3 +2930,12 @@ a.attachment { */ .select2-selection__rendered, .select2-search, .select2-search__field:not([placeholder='']){width: 100% !important;} +/* Fix Canned Responses Select2 Height */ +#resp_sec .select2-results, #resp_sec .select2-results__choices { + height: auto; + max-height: 400px !important; +} +#select2-cannedResp-results { + height: auto; + max-height: 400px !important; +}