Skip to content

Commit 1ff01b1

Browse files
committed
fix(www): adjust reading width
1 parent f10d59f commit 1ff01b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/www/app/(app)/docs/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default async function DocPage({ params }: DocPageProps) {
8888

8989
return (
9090
<main className="relative py-6 lg:gap-10 lg:py-8 xl:grid xl:grid-cols-[1fr_300px]">
91-
<div className="mx-auto w-full min-w-0 max-w-3xl">
91+
<div className="mx-auto w-full min-w-0 max-w-2xl">
9292
<div className="mb-4 flex items-center space-x-1 text-sm leading-none text-muted-foreground">
9393
<div className="truncate">Docs</div>
9494
<ChevronRight className="h-3.5 w-3.5" />

apps/www/content/docs/components/data-table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ links:
66
doc: https://tanstack.com/table/v8/docs/introduction
77
---
88

9-
<ComponentPreview name="data-table-demo" />
9+
<ComponentPreview name="data-table-demo" className="[&_.preview]:items-start" />
1010

1111
## Introduction
1212

0 commit comments

Comments
 (0)