Skip to content

Commit

Permalink
yarn docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 3, 2018
1 parent 9d182ab commit 146d74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/List/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ export const styles = {
padding: 0,
position: 'relative',
},
/* Styles applied to the root element if `disablePddding={false}`. */
/* Styles applied to the root element if `disablePadding={false}`. */
padding: {
paddingTop: 8,
paddingBottom: 8,
},
/* Styles applied to the root element if `dense={true}` & `disablePddding={false}`. */
/* Styles applied to the root element if `dense={true}` & `disablePadding={false}`. */
dense: {
paddingTop: 4,
paddingBottom: 4,
Expand Down

0 comments on commit 146d74c

Please sign in to comment.