Opened 10 months ago

Last modified 9 months ago

#35012 closed Bug

Admin form visual regression — at Version 1

Reported by: James Gillard Owned by: nobody
Component: contrib.admin Version: 4.2
Severity: Release blocker Keywords:
Cc: Tom Carrick Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by James Gillard)

I've traced a change in how one of our fieldsets that contains 3 wide text inputs displays in the admin. The form fields are overflowing the edge of the page. The UI cannot be scrolled but can be tabbed through. Re-adding this removed line of CSS fixes it for me: https://github.com/django/django/commit/bd0ea8c2ba9943ed245771265f55645dc3bfeae8#diff-ec6643f5575f7b320d2f0f6b342a6ff8d3d5b29e305e6d3b45ca115774012f99L27

This was working on 4.2.7, breaks on 4.2.8, and I've tested main also and see the same visual change. I don't understand the full history of this change hence I'm not suggesting a fix.

Change History (5)

by James Gillard, 10 months ago

Attachment: 4.2.7-wide.png added

by James Gillard, 10 months ago

Attachment: 4.2.7-narrow.png added

by James Gillard, 10 months ago

Attachment: 4.2.8-wide.png added

by James Gillard, 10 months ago

Attachment: 4.2.8-narrow.png added

comment:1 by James Gillard, 10 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top