Skip to content

Commit cdbd559

Browse files
committed
patch: dev docs content width
todo: find solution that doesn't use flex=1/width=0
1 parent a986ee8 commit cdbd559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const Content = (props: ChildOnlyProp) => {
150150
<Box
151151
as={MainArticle}
152152
flex={`1 1 ${mdBreakpoint}`}
153-
maxW={{ base: "full", lg: mdBreakpoint }}
153+
w={{ base: "full", lg: "0" }}
154154
pt={{ base: 32, md: 12 }}
155155
pb={{ base: 8, md: 16 }}
156156
px={{ base: 8, md: 16 }}

0 commit comments

Comments
 (0)