mirror of
https://github.com/django/django.git
synced 2025-11-18 02:56:45 +00:00
Fixed #36659 -- Fixed flatpage content selector in admin forms.css.
Regression in bb145e2c47.
This commit is contained in:
parent
5a2490a19d
commit
2b62951fec
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ body.popup .submit-row {
|
|||
width: 48em;
|
||||
}
|
||||
|
||||
.flatpages-flatpage #id_content {
|
||||
.app-flatpages.model-flatpage #id_content {
|
||||
height: 40.2em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue