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 {
|
#changelist-filter a {
|
||||||
display: block;
|
display: block;
|
||||||
color: var(--body-quiet-color);
|
color: var(--body-quiet-color);
|
||||||
text-overflow: ellipsis;
|
word-break: break-word;
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#changelist-filter li.selected {
|
#changelist-filter li.selected {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user