hotfix: increase layout padding left

This commit is contained in:
George Lima 2018-12-12 16:16:42 -03:00
parent 70e1385568
commit 51048c79d9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const appTheme = {
},
sidebarWidth: '200px',
headerHeight: '60px',
layoutPaddingLeft: '35px',
layoutPaddingLeft: '50px',
layoutPaddingRight: '45px',
};