We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e7732 commit 99385e0Copy full SHA for 99385e0
packages/core/src/editor/Block.css
@@ -312,7 +312,8 @@ NESTED BLOCKS
312
.bn-block-content[data-content-type="pageBreak"] > div {
313
width: 100%;
314
height: 0;
315
- border-top: dotted rgb(125, 121, 122) 4px;
+ border-top: dotted rgb(125, 121, 122) 2px;
316
+ margin-block: 11px;
317
}
318
319
@media print {
packages/react/src/editor/styles.css
@@ -238,7 +238,3 @@
238
.bn-side-menu[data-url="false"] {
239
height: 54px;
240
241
-
242
-.bn-side-menu[data-block-type="pageBreak"] {
243
- transform: translateY(-10px);
244
-}
0 commit comments