fix: uncap wide editor content

This commit is contained in:
lucaronin
2026-04-29 22:41:05 +02:00
parent b2a50d9870
commit 2a2ea1b8ef
2 changed files with 36 additions and 8 deletions

View File

@@ -15,6 +15,14 @@
caret-color: var(--colors-cursor);
}
.editor-content-width--wide .editor__blocknote-container .bn-editor {
max-width: none;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
/* Override BlockNote's default line-height on block-outer so our theme controls it */
.editor__blocknote-container .bn-block-outer {
line-height: var(--editor-line-height) !important;