Skip to content

Commit

Permalink
Fix TabFormLayout
Browse files Browse the repository at this point in the history
Closes #1689
  • Loading branch information
fzaninotto committed Apr 4, 2018
1 parent 7d112f4 commit f2423ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/layout/Layout.js
Expand Up @@ -39,6 +39,7 @@ const styles = theme => ({
flexDirection: 'column',
flexGrow: 2,
padding: theme.spacing.unit * 3,
minWidth: 0,
[theme.breakpoints.up('xs')]: {
marginTop: '4em',
paddingLeft: 5,
Expand Down

0 comments on commit f2423ed

Please sign in to comment.