From 0acc1c497bc65cfd1aaada6eb6d7f7f3f60f127e Mon Sep 17 00:00:00 2001 From: Claire Chabas Date: Tue, 18 Mar 2025 18:43:42 +0100 Subject: [PATCH] Update --- packages/gitbook/src/components/DocumentView/List.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbook/src/components/DocumentView/List.tsx b/packages/gitbook/src/components/DocumentView/List.tsx index 748757b03..a4de0fd50 100644 --- a/packages/gitbook/src/components/DocumentView/List.tsx +++ b/packages/gitbook/src/components/DocumentView/List.tsx @@ -22,7 +22,7 @@ export function List( nodes={block.nodes} ancestorBlocks={[...ancestorBlocks, block]} // `-mt-4` because we apply a `mt-5` to all blocks but we only want a margin top of 6px for lists - style={['min-w-0 space-y-2 -mt-4', style]} + style={[style, 'min-w-0 space-y-2 -mt-4']} /> ); }