Fix styling of nested lists in rich text
This commit is contained in:
parent
df232ec96f
commit
81b37f9263
1 changed files with 2 additions and 2 deletions
|
@ -2342,11 +2342,11 @@ a.button {
|
|||
margin-left: $lineheight;
|
||||
}
|
||||
|
||||
ul li {
|
||||
ul > li {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ol li {
|
||||
ol > li {
|
||||
list-style: decimal;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue