Skip to content

Commit

Permalink
Remove content padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Jan 14, 2017
1 parent 4155e95 commit 2afc7ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/FullscreenDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ const getStyles = (props, theme) => ({
},
container: {
flex: 1,
overflow: 'auto',
padding: 16
overflow: 'auto'
}
})

Expand Down

0 comments on commit 2afc7ac

Please sign in to comment.