Skip to content

Commit eb031b4

Browse files
author
Mathis Pierron
committed
fix: remove margin between notion blocks
1 parent e86c5e2 commit eb031b4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/features/textEditor/components/tipTapNodes/notionBlock/NotionBlock.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,10 @@
111111
}
112112

113113
.node-notionBlock + .node-notionBlock {
114-
@apply mt-6;
114+
@apply mt-2;
115115
}
116116

117117
/* Add space between a parent notion block and its first child */
118118
.node-notionBlock .node-notionBlock:first-of-type {
119119
@apply mt-2;
120120
}
121-
122-
/* Space between sibling list items */
123-
.node-notionBlock:has(> * > .list-item) + .node-notionBlock:has(> * > .list-item) {
124-
@apply mt-2;
125-
}

0 commit comments

Comments
 (0)