Changes between Initial Version and Version 1 of Ticket #37144


Ignore:
Timestamp:
Jun 4, 2026, 12:47:56 PM (3 hours ago)
Author:
Alyssa Herzog
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37144 – Description

    initial v1  
    11While working on upgrading one of our Django based services I noticed that the filters for the admin panel in Firefox sit above the main table. In Chrome and Safari it seems to work as intended and it's on the right hand side of the table. I created an empty project to validate it wasn't something our code was doing (screenshots to follow) and sure enough it happens even on an empty project (only ran db migrations to make the default sqlite db and made a superuser to access the admin page). In our project it seems to happen across all admin pages.
     2
     3I should also note both images in the screenshot are the same size (I had to resize the Firefox one due to being too large to attach) it doesn't matter what size the browsers are, they retain the respective position of the list filter.
    24
    35From the empty project:
Back to Top