Increase max height of select2

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-01-14 21:52:39 +02:00
parent d87d46f9d9
commit 3efbdbfda6
No known key found for this signature in database
GPG key ID: 627C5F589F467F17

View file

@ -20,8 +20,11 @@
border-color: #DDD;
}
.select2-results .select2-highlighted {
background: $bg_style_color;
.select2-results {
max-height: 350px;
.select2-highlighted {
background: $bg_style_color;
}
}
}