[3.1.x] Fixed #32072 -- Fixed admin search bar height.

Thanks şuayip üzülmez for the report.

Regression in 8ee4bb6ffc.

Backport of 342a41740d from master
This commit is contained in:
Tom Carrick 2020-10-05 10:10:40 +02:00 committed by Mariusz Felisiak
parent 322f0f7012
commit 3add635ff7
2 changed files with 4 additions and 3 deletions

View file

@ -9,4 +9,5 @@ Django 3.1.3 fixes several bugs in 3.1.2.
Bugfixes
========
* ...
* Fixed a regression in Django 3.1.2 that caused the incorrect height of the
admin changelist search bar (:ticket:`32072`).