#32069 closed Bug (fixed)
Admin change form layout broken at narrower browser widths in 3.1.2
Reported by: | Phil Gyford | Owned by: | Benjamin Richter |
---|---|---|---|
Component: | contrib.admin | Version: | 3.1 |
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: | no |
Description
In Django 3.1.2 the layout of fields and their help text on Admin change form pages breaks down when the browser width is below 768px. It's fine in Django 3.1.1.
Here's a correct example from v3.1.1:
And here's the same page in v3.2.1:
I've noticed this on three separate sites I've upgraded to 3.1.2. Downgrading to 3.1.1 corrects the error. I've tried re-running collectstatic and force-reloaded the browser.
Change History (7)
comment:1 by , 4 years ago
Cc: | added |
---|---|
Severity: | Normal → Release blocker |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 4 years ago
Hmm I didn't get an email when I was CCd to this, but only when the last message was sent. Is Trac eating emails?
comment:4 by , 4 years ago
Has patch: | set |
---|
Pull request: https://github.com/django/django/pull/13514
comment:5 by , 4 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Yep, thanks for the report. Looks like 100% width at the smallest size is affected.
Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822