Skip to content

Commit

Permalink
Fixed AvatarGroup Box Sizing
Browse files Browse the repository at this point in the history
Closes mui#21700
  • Loading branch information
natac13 committed Jul 23, 2020
1 parent 44a679c commit cc6f085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui-lab/src/AvatarGroup/AvatarGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const styles = (theme) => ({
/* Styles applied to the avatar elements. */
avatar: {
border: `2px solid ${theme.palette.background.default}`,
boxSizing: 'content-box',
marginLeft: -8,
'&:last-child': {
marginLeft: 0,
Expand Down

0 comments on commit cc6f085

Please sign in to comment.