Fix larger select2 combo

This commit is contained in:
Laurent Destailleur 2017-10-21 21:05:00 +02:00
parent 475db3172a
commit 99b88265d3
2 changed files with 6 additions and 1 deletions

View File

@ -4347,7 +4347,9 @@ a span.select2-chosen
border-left: none;
}
.select2-container--default .select2-results>.select2-results__options{
max-height: 400px;
}
/* Special case for the select2 add widget */
#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {

View File

@ -4362,6 +4362,9 @@ a span.select2-chosen
border-top: none;
border-left: 1px solid #ddd;
}
.select2-container--default .select2-results>.select2-results__options{
max-height: 400px;
}