mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-24 01:00:22 +00:00
* Fixed infinite recursion causing Python crash bug. * Multi-value is working. * Tested added for multi-value field.
9 lines
No EOL
159 B
CSS
9 lines
No EOL
159 B
CSS
.error a.select2-choice {
|
|
border: 1px solid #B94A48;
|
|
}
|
|
.select2-container {
|
|
min-width: 150px;
|
|
}
|
|
.select2-container.select2-container-multi {
|
|
width: 300px;
|
|
} |