Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ui/docs-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const DocsLayout = (props: DocsLayoutProps) => {
<span class="-mt-[15px] block text-sm xl:hidden">
<EditPageLink />
</span>
<div class="w-full">{props.children}</div>
<div class="w-full px-2">{props.children}</div>
Comment thread
shixianqin marked this conversation as resolved.
Outdated
<span class="text-sm xl:hidden">
<PageIssueLink />
</span>
Expand Down