Fixed padding from Settings page outlet
This commit is contained in:
parent
71728cd004
commit
c8ce77bbf0
1 changed files with 4 additions and 2 deletions
|
|
@ -75,8 +75,10 @@ export default function SettingsPage(): JSX.Element {
|
|||
<aside className="flex h-full shrink-0 flex-col space-y-6 lg:w-[20vw]">
|
||||
<SidebarNav items={sidebarNavItems} />
|
||||
</aside>
|
||||
<div className="h-full w-full flex-1 pb-8">
|
||||
<Outlet />
|
||||
<div className="flex h-full w-full flex-1 flex-col">
|
||||
<div className="flex-1 pb-8">
|
||||
<Outlet />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</PageLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue