Skip to content

Commit

Permalink
Add missing line-height for ul, li (#367)
Browse files Browse the repository at this point in the history
* Add line-height from Figma design

* Use relative unit
  • Loading branch information
wenche authored Jun 23, 2020
1 parent ef43e7f commit 462531c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/core-react/src/List/List.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const StyledList = styled.div(
list-style-type: lower-alpha;
}
`,
`
line-height: 1.5;
`,
)

const variants = {
Expand Down

0 comments on commit 462531c

Please sign in to comment.