Fixed #31160 -- Fixed admin CSS for ordered lists' descendants in unordered list.
This commit is contained in:
parent
1f4b9f4f1f
commit
77d335e5ab
|
@ -94,7 +94,7 @@ h5 {
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul > li {
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue