fix(www): adjust reading width

This commit is contained in:
shadcn
2024-12-16 12:43:11 +04:00
parent f10d59fee9
commit 1ff01b1bb5
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ export default async function DocPage({ params }: DocPageProps) {
return (
<main className="relative py-6 lg:gap-10 lg:py-8 xl:grid xl:grid-cols-[1fr_300px]">
<div className="mx-auto w-full min-w-0 max-w-3xl">
<div className="mx-auto w-full min-w-0 max-w-2xl">
<div className="mb-4 flex items-center space-x-1 text-sm leading-none text-muted-foreground">
<div className="truncate">Docs</div>
<ChevronRight className="h-3.5 w-3.5" />

View File

@@ -6,7 +6,7 @@ links:
doc: https://tanstack.com/table/v8/docs/introduction
---
<ComponentPreview name="data-table-demo" />
<ComponentPreview name="data-table-demo" className="[&_.preview]:items-start" />
## Introduction