commit bf56dfd33dee30258cddf4ec1b4bb9b27e216589
Author: Baptiste Mispelon <bmispelon@gmail.com>
Date: Sat Oct 11 19:59:05 2025 +0200
Fixed #36659 -- Fixed incorrect selector in admin forms.css
diff --git a/django/contrib/admin/static/admin/css/forms.css b/django/contrib/admin/static/admin/css/forms.css
index 33f370eaba..76e2d493e9 100644
a
|
b
|
body.popup .submit-row {
|
357 | 357 | width: 48em; |
358 | 358 | } |
359 | 359 | |
360 | | .flatpages-flatpage #id_content { |
| 360 | .app-flatpages.model-flatpage #id_content { |
361 | 361 | height: 40.2em; |
362 | 362 | } |
363 | 363 | |