Skip to content

Commit

Permalink
Fix styling of nested lists in rich text
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 16, 2019
1 parent df232ec commit 81b37f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/common.scss
Expand Up @@ -2342,11 +2342,11 @@ a.button {
margin-left: $lineheight;
}

ul li {
ul > li {
list-style: disc;
}

ol li {
ol > li {
list-style: decimal;
}
}
Expand Down

0 comments on commit 81b37f9

Please sign in to comment.