* cc: Tom Carrick (added)
* severity: Normal => Release blocker
* stage: Unreviewed => Accepted
Comment:
Yep, thanks for the report. Looks like 100% width at the smallest size is
affected.
Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822
--
Ticket URL: <https://code.djangoproject.com/ticket/32069#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Benjamin Richter
* status: new => assigned
Comment:
I will work on this.
--
Ticket URL: <https://code.djangoproject.com/ticket/32069#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32069#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"257f8495d6c93e30ab0f52af4c488d7344bcf112" 257f8495]:
{{{
#!CommitTicketReference repository=""
revision="257f8495d6c93e30ab0f52af4c488d7344bcf112"
Fixed #32069 -- Fixed admin change-form layout on small screens.
Restored flex-wrap CSS declaration to form elements at smallest
breakpoint.
This was present since the responsive admin was introduced in
dc37e8846eeedc3a9100ca21fdc9d579bc534c89.
Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822, where it was
accidentally removed.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32069#comment:6>
Comment (by Carlton Gibson <carlton.gibson@…>):
In [changeset:"b37d5849b76348cdcc623cdc677611f8dbf2e1db" b37d5849]:
{{{
#!CommitTicketReference repository=""
revision="b37d5849b76348cdcc623cdc677611f8dbf2e1db"
[3.1.x] Fixed #32069 -- Fixed admin change-form layout on small screens.
Restored flex-wrap CSS declaration to form elements at smallest
breakpoint.
This was present since the responsive admin was introduced in
dc37e8846eeedc3a9100ca21fdc9d579bc534c89.
Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822, where it was
accidentally removed.
Backport of 257f8495d6c93e30ab0f52af4c488d7344bcf112 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32069#comment:7>