mirror of
https://github.com/nanoy42/coope
synced 2024-11-09 03:16:26 +00:00
10 lines
166 B
CSS
10 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;
|
||
|
}
|