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:
Jan-Christoph Borchardt 2016-11-17 17:21:20 +01:00
parent ff9d05e3f9
commit da4f68b80a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}