Refs #26872 -- Fixed wrapping of long choices in ModelAdmin.list_filter.

Regression in 269a767146.
This commit is contained in:
Mariusz Felisiak 2021-12-29 10:57:23 +01:00 committed by GitHub
parent d5f2d5d604
commit 361bb8f786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 {