Skip to content

Commit ce9dc05

Browse files
committedMar 18, 2025
update
1 parent 6f8a807 commit ce9dc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎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.5', '[&>ol*]:mt-1.5', 'grid']}
75+
style={['[&>*+*]:mt-5', '[&>*:is(ul,ol)]:mt-1.5', 'grid']}
7676
blockStyle={['page-api-block:ml-0']}
7777
context={{
7878
mode: 'default',

0 commit comments

Comments
 (0)