I don't think the solution is as simple as removing the margin, since the
style is used on other administration pages, but perhaps an override is
necessary (e.g. removing the right margin on the `.login #header h1`
selector, which is already declared).
I'm happy to provide a PR for review if needed. Thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/32884>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "Screen Shot 2021-06-26 at 4.43.17 PM.png" added.
* Attachment "Screen Shot 2021-06-26 at 4.49.52 PM.png" added.
* owner: nobody => Lou Huang
* status: new => assigned
* type: Bug => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
Thanks for the report. Agreed, we can clear the margin on `.login #header
h1`.
> I'm happy to provide a PR for review if needed. Thanks!
Would be great, thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/32884#comment:1>
* has_patch: 0 => 1
Comment:
Pull request created: https://github.com/django/django/pull/14567
--
Ticket URL: <https://code.djangoproject.com/ticket/32884#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32884#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"7ba9da815dcccafd93fc44172d9f7f7019e8f2ed" 7ba9da8]:
{{{
#!CommitTicketReference repository=""
revision="7ba9da815dcccafd93fc44172d9f7f7019e8f2ed"
Fixed #32884 -- Fixed centering of the header on admin login page.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32884#comment:4>