File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/(app)/docs/[[...slug]] Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" />
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments