Fix larger select2 combo
This commit is contained in:
parent
475db3172a
commit
99b88265d3
@ -4347,7 +4347,9 @@ a span.select2-chosen
|
|||||||
border-left: none;
|
border-left: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.select2-container--default .select2-results>.select2-results__options{
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Special case for the select2 add widget */
|
/* Special case for the select2 add widget */
|
||||||
#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
|
#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
|
||||||
|
|||||||
@ -4362,6 +4362,9 @@ a span.select2-chosen
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
border-left: 1px solid #ddd;
|
border-left: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
.select2-container--default .select2-results>.select2-results__options{
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user