Skip to content
Snippets Groups Projects
Unverified Commit 1449ffbc authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4397 from JediKev/issue/canned-resp-select2-height

canned: Canned Response Select2 Height
parents 96892beb 95f2d779
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
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