mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 10:03:31 +00:00
Update lists margin top
This commit is contained in:
@@ -21,7 +21,8 @@ export function List(
|
||||
tag={getListTag(block.type)}
|
||||
nodes={block.nodes}
|
||||
ancestorBlocks={[...ancestorBlocks, block]}
|
||||
style={['min-w-0 space-y-2', style]}
|
||||
// `-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]}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user