Changes between Initial Version and Version 1 of Ticket #36516, comment 5
- Timestamp:
- Jul 22, 2025, 6:51:15 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36516, comment 5
initial v1 2 2 3 3 This issue occurs on the changelist page when list_filter is applied. 4 When list_filter is active, the .filtered class is added to the parent element, and this causes .paginator to have width: auto, which results in the problem.4 When list_filter is active, the `.filtered` class is added to the parent element, and this causes `.paginator` to have `width: auto`, which results in the problem. 5 5 **[https://github.com/django/django/blob/main/django/contrib/admin/static/admin/css/changelists.css#L28 changelist.css]** 6 6