mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
select2-multiple: improve style
This commit is contained in:
@@ -42,4 +42,31 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.select2-container-multi {
|
||||
.select2-search-field {
|
||||
max-height: 20px;
|
||||
input {
|
||||
padding: 0 !important;
|
||||
margin: 0 0 0 5px !important;
|
||||
}
|
||||
}
|
||||
.select2-search-choice {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding-left: 7px;
|
||||
|
||||
.select2-search-choice-close {
|
||||
position: relative;
|
||||
order: -1;
|
||||
width: auto;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user