mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-01 08:34:12 +00:00
fix(www): adjust reading width
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user