diff --git a/packages/material-ui/src/Breadcrumbs/BreadcrumbCollapsed.js b/packages/material-ui/src/Breadcrumbs/BreadcrumbCollapsed.js index 7238c1f6c92436..69b57f30a94e73 100644 --- a/packages/material-ui/src/Breadcrumbs/BreadcrumbCollapsed.js +++ b/packages/material-ui/src/Breadcrumbs/BreadcrumbCollapsed.js @@ -8,6 +8,8 @@ import ButtonBase from '../ButtonBase'; const styles = theme => ({ root: { display: 'flex', + marginLeft: theme.spacing(0.5), + marginRight: theme.spacing(0.5), }, icon: { width: 24, @@ -15,8 +17,6 @@ const styles = theme => ({ backgroundColor: theme.palette.grey[100], color: theme.palette.grey[700], borderRadius: 2, - marginLeft: theme.spacing(0.5), - marginRight: theme.spacing(0.5), cursor: 'pointer', '&:hover, &:focus': { backgroundColor: theme.palette.grey[200],