Skip to content

Commit

Permalink
Addon-docs: Fix code style inside LI (#8708)
Browse files Browse the repository at this point in the history
Addon-docs: Fix code style inside LI
  • Loading branch information
ndelangen authored Nov 5, 2019
2 parents e7ba3c5 + 0ef1829 commit 3723850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/src/typography/DocumentFormatting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export const LI = styled.li<{}>(withReset, ({ theme }) => ({
marginTop: '.25em',
marginBottom: 0,
},
'& code': codeCommon({ theme }),
}));

export const UL = styled.ul<{}>(withReset, withMargin, listCommon, {});
Expand Down

0 comments on commit 3723850

Please sign in to comment.