Skip to content

Commit 6f8a807

Browse files
committed
update
1 parent dda46c1 commit 6f8a807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function PageBody(props: {
7272
>
7373
<DocumentView
7474
document={document}
75-
style={['[&>*+*]:mt-5','[&>ul+*]:mt-1', '[&>ol+*]:mt-1', 'grid']}
75+
style={['[&>*+*]:mt-5','[&>ul*]:mt-1.5', '[&>ol*]:mt-1.5', 'grid']}
7676
blockStyle={['page-api-block:ml-0']}
7777
context={{
7878
mode: 'default',

0 commit comments

Comments
 (0)