Skip to content

Commit 9063f97

Browse files
authored
Switch main DocumentView to flex layout (#3875)
1 parent ed9e8fe commit 9063f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/PageBody/PageBody.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function PageBody(props: {
105105
<SuspenseLoadedHint />
106106
<DocumentView
107107
document={document}
108-
style="grid [&>*+*]:mt-5"
108+
style="flex flex-col [&>*+*]:mt-5"
109109
blockStyle="page-api-block:ml-0"
110110
context={{
111111
mode: 'default',

0 commit comments

Comments
 (0)