Repair Layout
This commit is contained in:
@@ -20,7 +20,7 @@ const MainLayout = ({ children }) => {
|
||||
<LayoutSidebar />
|
||||
<Layout
|
||||
style={{
|
||||
marginLeft: isDesktop ? '210px' : '0',
|
||||
marginLeft: isDesktop ? '250px' : '0',
|
||||
overflow: 'auto',
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user