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
1 changed files with 1 additions and 1 deletions

View File

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