Fix select2 styling

This commit is contained in:
Mike Jolley 2016-05-24 19:04:13 +01:00
parent 22291e3ead
commit 4a1de6f1de
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -504,6 +504,10 @@ html[dir="rtl"] .select2-container-multi .select2-choices li
white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field:first-child {
width: 100%;
}
.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 1px 0;
@ -653,4 +657,4 @@ html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
.select2-search input {
background-position: 100% -21px !important;
}
}
}