FIX: styling of select2 inputs in site settings. make it wide enough so autocomplete dropdown is readable.
This commit is contained in:
parent
84f9809a6f
commit
c2efa0b3c3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue