1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[5.0.x] Fixed #34994 -- Fixed checkbox layout in admin's change page for narrow screen widths.

Regression in d687febce5.

Backport of a89c715c3b from main
This commit is contained in:
Tom Carrick
2023-11-23 15:11:03 +01:00
committed by Natalia
parent 15d49c8082
commit 4d33816ca6
3 changed files with 10 additions and 4 deletions

View File

@@ -24,3 +24,6 @@ Bugfixes
* Fixed a regression in Django 4.2 where the admin's change list page had
misaligned pagination links and inputs when using ``list_editable``
(:ticket:`34991`).
* Fixed a regression in Django 4.2 where checkboxes in the admin would be
centered on narrower screen widths (:ticket:`34994`).