mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #31160 -- Fixed admin CSS for ordered lists' descendants in unordered list.
This commit is contained in:
parent
1f4b9f4f1f
commit
77d335e5ab
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ h5 {
|
|||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
ul li {
|
||||
ul > li {
|
||||
list-style-type: square;
|
||||
padding: 1px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue