3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-09-17 12:13:08 +00:00
coope/static/autocomplete_light/select2.css
2018-10-06 00:03:02 +02:00

9 lines
166 B
CSS

.select2-container {
min-width: 20em;
}
ul li.select2-selection__choice,
ul li.select2-search {
/* Cancel out django's style */
list-style-type: none;
}