mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.
This commit is contained in:
parent
e17ee44688
commit
36bc47069c
2 changed files with 5 additions and 1 deletions
|
@ -53,3 +53,7 @@ Bugfixes
|
|||
reset tokens (:ticket:`32130`).
|
||||
|
||||
* Added support for ``asgiref`` 3.3 (:ticket:`32128`).
|
||||
|
||||
* Fixed a regression in Django 3.1 that caused incorrect textarea layout on
|
||||
medium-sized screens in the admin change form view with the sidebar open
|
||||
(:ticket:`32127`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue