mirror of
https://github.com/django/django.git
synced 2025-04-10 08:19:39 +00:00
Refs #26872 -- Fixed wrapping of long choices in ModelAdmin.list_filter.
Regression in 269a76714616fd7ad166a14113f3354bab8d9b65.
This commit is contained in:
parent
d5f2d5d604
commit
361bb8f786
@ -173,8 +173,7 @@
|
||||
#changelist-filter a {
|
||||
display: block;
|
||||
color: var(--body-quiet-color);
|
||||
text-overflow: ellipsis;
|
||||
overflow-x: hidden;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
#changelist-filter li.selected {
|
||||
|
Loading…
x
Reference in New Issue
Block a user