Skip to content

Commit e1caa92

Browse files
authored
fix(layout): doc container width not taking up all available space (#352)
1 parent 082a8ba commit e1caa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/DocContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function DocContainer({
99
<div
1010
{...props}
1111
className={twMerge(
12-
'max-w-full space-y-2 md:space-y-6 lg:space-y-8 p-2 md:p-6 lg:p-8',
12+
'w-full max-w-full space-y-2 md:space-y-6 lg:space-y-8 p-2 md:p-6 lg:p-8',
1313
props.className
1414
)}
1515
>

0 commit comments

Comments
 (0)