select2: make sure dropdown always shows a last half entry to hint at more
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
ff9d05e3f9
commit
da4f68b80a
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ select:hover {
|
|||
position: relative !important;
|
||||
}
|
||||
.select2-results {
|
||||
max-height: 220px !important;
|
||||
max-height: 250px !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue