--
Ticket URL: <https://code.djangoproject.com/ticket/33452>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "2022-01-19_21-22.png" added.
Save buttons in the admin.
* cc: Tom Carrick (added)
* component: Uncategorized => contrib.admin
* ui_ux: 0 => 1
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Old description:
> The save buttons on the admin wrap and become very squashed on "medium"
> screen sizes.
New description:
The save buttons on the admin wrap and become very squashed on "medium"
screen sizes when the navigation sidebar is on.
--
Comment:
Thanks for the report. It's caused by the navigation sidebar.
Regression in d24ba1be7a53a113d19e2860c03aff9922efec24.
--
Ticket URL: <https://code.djangoproject.com/ticket/33452#comment:1>
* owner: nobody => swapnil shinde
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/33452#comment:2>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/15373 Alternative PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/33452#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"67db54a5a7e0f1c2aa395e1db51214d09ae41f3f" 67db54a5]:
{{{
#!CommitTicketReference repository=""
revision="67db54a5a7e0f1c2aa395e1db51214d09ae41f3f"
Fixed #33452 -- Fixed admin change-form layout for submit buttons on mid-
sized displays.
Thanks David Smith for reviews.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33452#comment:4>