--
Ticket URL: <https://code.djangoproject.com/ticket/28892>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* version: 2.0 => 1.9
* stage: Unreviewed => Accepted
Old description:
> The new CSS rules for the admin header fixes the height to 40px. This is
> not nice for users customizing the header content (branding, usertools,
> userlinks blocks) with higher content. That content is then cut at 40px
> too.
New description:
The
[https://github.com/django/django/commit/35901e64b043733acd1687734274553cf994511b#r26065458
CSS rule] for the admin header fixes the height to 40px. This is not nice
for users customizing the header content (branding, usertools, userlinks
blocks) with higher content. That content is then cut at 40px too.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/28892#comment:1>
* status: new => assigned
* owner: nobody => Sara Heins
--
Ticket URL: <https://code.djangoproject.com/ticket/28892#comment:2>
* has_patch: 0 => 1
Comment:
Pull request submitted: https://github.com/django/django/pull/9996
--
Ticket URL: <https://code.djangoproject.com/ticket/28892#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"5008d59a2a8b9df09737fc05c9e343146a348a90" 5008d59a]:
{{{
#!CommitTicketReference repository=""
revision="5008d59a2a8b9df09737fc05c9e343146a348a90"
Fixed #28892 -- Allowed admin navbar height to expand if needed.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28892#comment:4>