Skip to content

Commit

Permalink
remove layout component margin
Browse files Browse the repository at this point in the history
Remove layout component margin
  • Loading branch information
petar-cvit authored Jan 27, 2024
2 parents 931adb7 + 1c6ea05 commit 5f18350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclops-ui/src/components/layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function AppLayout() {
</Sider>
<Layout>
<Header/>
<Content style={{margin: '24px 16px', padding: 24, minHeight: "calc(100vh - 112px)", background: "#fff"}}>
<Content style={{padding: 24, minHeight: "calc(100vh - 112px)", background: "#fff"}}>
<Suspense fallback={<h1 style={{textAlign: "center"}}>Loading...</h1>}>
<Outlet/>
</Suspense>
Expand Down

0 comments on commit 5f18350

Please sign in to comment.