Skip to content

Commit 99385e0

Browse files
fix: Adjust page break styles (#1383)
1 parent f4e7732 commit 99385e0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/core/src/editor/Block.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ NESTED BLOCKS
312312
.bn-block-content[data-content-type="pageBreak"] > div {
313313
width: 100%;
314314
height: 0;
315-
border-top: dotted rgb(125, 121, 122) 4px;
315+
border-top: dotted rgb(125, 121, 122) 2px;
316+
margin-block: 11px;
316317
}
317318

318319
@media print {

packages/react/src/editor/styles.css

-4
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,3 @@
238238
.bn-side-menu[data-url="false"] {
239239
height: 54px;
240240
}
241-
242-
.bn-side-menu[data-block-type="pageBreak"] {
243-
transform: translateY(-10px);
244-
}

0 commit comments

Comments
 (0)