Skip to content

Commit 36edcd8

Browse files
authored
Add padding to children container in docs layout (#1410)
1 parent 69753db commit 36edcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/docs-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const DocsLayout = (props: DocsLayoutProps) => {
5656
<span class="-mt-[15px] block text-sm xl:hidden">
5757
<EditPageLink />
5858
</span>
59-
<div class="w-full">{props.children}</div>
59+
<div class="w-full px-1">{props.children}</div>
6060
<span class="text-sm xl:hidden">
6161
<PageIssueLink />
6262
</span>

0 commit comments

Comments
 (0)