Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Nov 27, 2024
1 parent 8bcafd0 commit 7123e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function KnowledgeBaseLayout ({ params, children }: { params: { i
<SecondaryNavigatorList>
<KnowledgeBaseTabs knowledgeBaseId={id} />
</SecondaryNavigatorList>
<SecondaryNavigatorMain className="space-y-4">
<SecondaryNavigatorMain className="space-y-4 px-2">
{children}
</SecondaryNavigatorMain>
</SecondaryNavigatorLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function SiteSettingsLayout ({ children }: { children: ReactNode
JS Widget
</SecondaryNavigatorLink>
</SecondaryNavigatorList>
<SecondaryNavigatorMain>
<SecondaryNavigatorMain className="px-2">
{children}
</SecondaryNavigatorMain>
</SecondaryNavigatorLayout>
Expand Down

0 comments on commit 7123e51

Please sign in to comment.