3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-09-19 12:43:08 +00:00
coope/static/autocomplete_light/select2.css

10 lines
166 B
CSS
Raw Normal View History

2018-10-05 22:03:02 +00:00
.select2-container {
min-width: 20em;
}
ul li.select2-selection__choice,
ul li.select2-search {
/* Cancel out django's style */
list-style-type: none;
}