Skip to content

Commit 161f9f0

Browse files
Merge branch 'main' into docs/rendering-modes
2 parents 2ab9272 + 36edcd8 commit 161f9f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)