Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Jun 28, 2018
1 parent 4dd2696 commit 8e14ec7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/pages/lab/backdrop/MultiSectionBackdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const styles = theme => {
color: theme.palette.primary.contrastText,
},
content: {
marginRight: -15,
overflowY: 'hidden',
},
};
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/lab/backdrop/SimpleBackdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const styles = {
marginRight: 20,
},
content: {
marginRight: -15,
overflowY: 'hidden',
},
};
Expand Down

0 comments on commit 8e14ec7

Please sign in to comment.