We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8a807 commit ce9dc05Copy full SHA for ce9dc05
packages/gitbook/src/components/PageBody/PageBody.tsx
@@ -72,7 +72,7 @@ export function PageBody(props: {
72
>
73
<DocumentView
74
document={document}
75
- style={['[&>*+*]:mt-5','[&>ul*]:mt-1.5', '[&>ol*]:mt-1.5', 'grid']}
+ style={['[&>*+*]:mt-5', '[&>*:is(ul,ol)]:mt-1.5', 'grid']}
76
blockStyle={['page-api-block:ml-0']}
77
context={{
78
mode: 'default',
0 commit comments