1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #31160 -- Fixed admin CSS for ordered lists' descendants in unordered list.

This commit is contained in:
Owen T. Heisler
2020-01-13 02:13:33 -06:00
committed by Mariusz Felisiak
parent 1f4b9f4f1f
commit 77d335e5ab

View File

@@ -94,7 +94,7 @@ h5 {
letter-spacing: 1px;
}
ul li {
ul > li {
list-style-type: square;
padding: 1px 0;
}