Opened 7 years ago
Closed 6 years ago
#28892 closed Bug (fixed)
Fixed header height in the admin site may break custom layouts
Reported by: | Claude Paroz | Owned by: | Sara Heins |
---|---|---|---|
Component: | contrib.admin | Version: | 1.9 |
Severity: | Normal | Keywords: | css |
Cc: | elky | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
The 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.
Change History (4)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|---|
Summary: | Fixed header height in the admin site → Fixed header height in the admin site may break custom layouts |
Triage Stage: | Unreviewed → Accepted |
Version: | 2.0 → 1.9 |
comment:2 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 6 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
Pull request submitted: https://github.com/django/django/pull/9996