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

View File

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