Skip to content

Commit

Permalink
Remove listStylePosition for lists (segmentio#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlexLau authored and Matt Shwery committed Aug 23, 2019
1 parent 70a700d commit 46572cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/typography/src/OrderedList.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default class OrderedList extends PureComponent {
margin: 0,
marginLeft: '1.1em',
padding: 0,
listStylePosition: 'inside',
listStyle: 'decimal'
}

Expand Down
1 change: 0 additions & 1 deletion src/typography/src/UnorderedList.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default class UnorderedList extends PureComponent {
margin: 0,
marginLeft: '1.1em',
padding: 0,
listStylePosition: 'inside',
listStyle: 'disc'
}

Expand Down

0 comments on commit 46572cf

Please sign in to comment.