Changes between Initial Version and Version 1 of Ticket #36516, comment 5


Ignore:
Timestamp:
Jul 22, 2025, 6:51:15 AM (6 weeks ago)
Author:
Antoliny

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36516, comment 5

    initial v1  
    22
    33This 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.
     4When 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.
    55**[https://github.com/django/django/blob/main/django/contrib/admin/static/admin/css/changelists.css#L28 changelist.css]**
    66
Back to Top