Skip to content

Commit

Permalink
fix(docz-theme-default): stop nested ul from rendering flat (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazy authored and pedronauck committed Mar 26, 2019
1 parent e3bbf1a commit 2711e6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/docz-theme-default/src/components/ui/UnorderedList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ export const UnorderedList = styled.ul`
}
${get('styles.ul')};
ul li {
padding-left: 25px;
}
`

0 comments on commit 2711e6d

Please sign in to comment.