Skip to content

Commit

Permalink
fix: Fix merge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nos43ratu committed Nov 27, 2024
1 parent 8154a5d commit e4c7d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/DocContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function DocContent({
<div
className={twMerge(
`max-w-full min-w-0 flex relative justify-center w-full min-h-[88dvh] lg:min-h-0`,
!isExample && 'mx-auto w-[900px]'
!isExample && 'mx-auto w-[1000px]'
)}
>
<Doc
Expand Down

0 comments on commit e4c7d30

Please sign in to comment.