#32072 closed Bug (fixed)
Search bar input in admin page is out of proportion in Django 3.1.2
Description ¶
In Django 3.1.2, admin search bar has extra height (most probably because of the unintended/indirect padding rule added in 3.1.2)
Images respectively taken in 3.1.1 and 3.1.2
Related pull w/ diff:
https://github.com/django/django/commit/8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822#diff-73825862a22f60a0cb787fdc5ddec316L79
Change History (6)
comment:1 by , 4 years ago
Cc: | added |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 4 years ago
Severity: | Normal → Release blocker |
---|---|
Triage Stage: | Accepted → Ready for checkin |
We should backport the fix because it basically restores the previous behavior.
Note:
See TracTickets
for help on using tickets.
Agreed, it's a small visual regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822.