UX: Add `min-width` to `.select2-container`.

This commit is contained in:
Guo Xiang Tan 2016-12-30 14:38:53 +08:00
parent c554a20c5e
commit c8553315b4
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
.select2-container { .select2-container {
border-radius: 3px; border-radius: 3px;
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
min-width: 200px;
&.select2-dropdown-open { &.select2-dropdown-open {
border: 0; border: 0;
margin-bottom: 2px; margin-bottom: 2px;