mirror of
https://github.com/django/django.git
synced 2025-07-16 15:49:12 +00:00
[3.1.x] Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.
Backport of 36bc47069ce071e80c8129500de3b8664d2058a7 from master
This commit is contained in:
parent
d00127ccab
commit
b3d667f20d
@ -217,7 +217,7 @@ input[type="submit"], button {
|
||||
}
|
||||
|
||||
textarea {
|
||||
max-width: 518px;
|
||||
max-width: 100%;
|
||||
max-height: 120px;
|
||||
}
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user