FIX: styling of select2 inputs in site settings. make it wide enough so autocomplete dropdown is readable.

This commit is contained in:
Neil Lalonde 2014-06-20 17:46:25 -04:00
parent 84f9809a6f
commit c2efa0b3c3
1 changed files with 6 additions and 0 deletions

View File

@ -204,6 +204,12 @@
width: 450px;
@include medium-width { width: 360px; }
@include small-width { width: 330px; }
.select2-container {
width: 100%;
}
.select2-container-multi .select2-choices {
border: none;
}
}
.setting-controls {
float: left;