Commit 3efbdbfd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Increase max height of select2

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent d87d46f9
...@@ -20,8 +20,11 @@ ...@@ -20,8 +20,11 @@
border-color: #DDD; border-color: #DDD;
} }
.select2-results .select2-highlighted { .select2-results {
background: $bg_style_color; max-height: 350px;
.select2-highlighted {
background: $bg_style_color;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment