Increase max height of select2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
d87d46f9d9
commit
3efbdbfda6
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue