Fixed #36659 -- Fixed flatpage content selector in admin forms.css.
Some checks are pending
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run

Regression in bb145e2c47.
This commit is contained in:
Baptiste Mispelon 2025-10-14 17:13:05 +02:00 committed by Jacob Walls
parent 5a2490a19d
commit 2b62951fec

View file

@ -357,7 +357,7 @@ body.popup .submit-row {
width: 48em;
}
.flatpages-flatpage #id_content {
.app-flatpages.model-flatpage #id_content {
height: 40.2em;
}