mirror of
https://github.com/django/django.git
synced 2025-05-04 06:04:38 +00:00
[4.2.x] Fixed #35012 -- Restored wrapping admin fieldsets with multiple fields per line.
Thanks James Gillard for the report. Regression in 729266c6f29c7a0677b24926a86a767ef3078b26. Backport of 4aae864463b149393a36e0b18345cf6ed392634d from main
This commit is contained in:
parent
d9ba0ea6cb
commit
ca43990813
@ -26,6 +26,10 @@ form .form-row p {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-multiline {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.form-multiline > div {
|
.form-multiline > div {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
@ -9,4 +9,5 @@ Django 4.2.9 fixes a bug in 4.2.8.
|
|||||||
Bugfixes
|
Bugfixes
|
||||||
========
|
========
|
||||||
|
|
||||||
* ...
|
* Fixed a regression in Django 4.2.8 where admin fields on the same line could
|
||||||
|
overflow the page and become non-interactive (:ticket:`35012`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user