Skip to content

Commit

Permalink
[ListItem] Add extra width to leftCheckbox for EnhancedSwitch margin
Browse files Browse the repository at this point in the history
Fixes mui#4016
  • Loading branch information
nathanmarks committed Apr 20, 2016
1 parent b266f34 commit c71f1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/EnhancedSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function getStyles(props, context) {
float: 'left',
position: 'relative',
display: 'block',
flexShrink: 0,
width: 60 - baseTheme.spacing.desktopGutterLess,
marginRight: (props.labelPosition === 'right') ?
baseTheme.spacing.desktopGutterLess : 0,
Expand Down

0 comments on commit c71f1b2

Please sign in to comment.