Commit 3efbdbfda6402418bad09b12ef0be243d1529b62
1 parent
d87d46f9
Exists in
spb-stable
and in
3 other branches
Increase max height of select2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/generic/selects.scss
@@ -20,8 +20,11 @@ | @@ -20,8 +20,11 @@ | ||
20 | border-color: #DDD; | 20 | border-color: #DDD; |
21 | } | 21 | } |
22 | 22 | ||
23 | - .select2-results .select2-highlighted { | ||
24 | - background: $bg_style_color; | 23 | + .select2-results { |
24 | + max-height: 350px; | ||
25 | + .select2-highlighted { | ||
26 | + background: $bg_style_color; | ||
27 | + } | ||
25 | } | 28 | } |
26 | } | 29 | } |
27 | 30 |