Fix styling of nested lists in rich text

This commit is contained in:
Tom Hughes 2019-01-16 10:09:47 +00:00
parent df232ec96f
commit 81b37f9263

View file

@ -2342,11 +2342,11 @@ a.button {
margin-left: $lineheight; margin-left: $lineheight;
} }
ul li { ul > li {
list-style: disc; list-style: disc;
} }
ol li { ol > li {
list-style: decimal; list-style: decimal;
} }
} }