Skip to content

Commit

Permalink
Update packages/material-ui/src/ListItemAvatar/ListItemAvatar.js
Browse files Browse the repository at this point in the history
Co-Authored-By: oliviertassinari <[email protected]>
  • Loading branch information
eps1lon and oliviertassinari committed Apr 14, 2019
1 parent ca1d6cc commit e23f166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/material-ui/src/ListItemAvatar/ListItemAvatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const styles = {
root: {
minWidth: 56,
},
/* Styles applied to the root element when context.alignItems="flex-start". */
/* Styles applied to the root element when the parent `ListItem` uses `alignItems="flex-start"`. */
alignItemsFlexStart: {
marginTop: 8,
},
Expand Down
2 changes: 1 addition & 1 deletion pages/api/list-item-avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This property accepts the following keys:
| Name | Description |
|:-----|:------------|
| <span class="prop-name">root</span> | Styles applied to the root element.
| <span class="prop-name">alignItemsFlexStart</span> | Styles applied to the root element when context.alignItems="flex-start".
| <span class="prop-name">alignItemsFlexStart</span> | Styles applied to the root element when the parent `ListItem` uses `alignItems="flex-start"`.

Have a look at [overriding with classes](/customization/overrides/#overriding-with-classes) section
and the [implementation of the component](https://github.com/mui-org/material-ui/blob/next/packages/material-ui/src/ListItemAvatar/ListItemAvatar.js)
Expand Down

0 comments on commit e23f166

Please sign in to comment.