Skip to content

Commit e0fd41c

Browse files
musmannnjacobtylerwalls
authored andcommitted
Fixed #36885 -- Fixed long verbose names in admin filter sidebar breaking layout.
1 parent 21a16f6 commit e0fd41c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

django/contrib/admin/static/admin/css/changelists.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@
230230
#changelist-filter a {
231231
display: block;
232232
color: var(--body-quiet-color);
233+
}
234+
235+
#changelist-filter summary,
236+
#changelist-filter a {
233237
word-break: break-word;
234238
}
235239

0 commit comments

Comments
 (0)