Skip to content

Commit

Permalink
fix(www): adjust reading width
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Dec 16, 2024
1 parent f10d59f commit 1ff01b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/www/app/(app)/docs/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion apps/www/content/docs/components/data-table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ff01b1

Please sign in to comment.