Fix select2 styling
This commit is contained in:
parent
22291e3ead
commit
4a1de6f1de
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue