fix dynamic editor layout

pull/629/head
Pete Matsyburka 4 weeks ago
parent cf09a4f733
commit ff53436fd4

@ -19,10 +19,6 @@ export const tiptapStylesheet = new CSSStyleSheet()
tiptapStylesheet.replaceSync( tiptapStylesheet.replaceSync(
`.ProseMirror { `.ProseMirror {
position: relative;
}
.ProseMirror {
word-wrap: break-word; word-wrap: break-word;
white-space: pre-wrap; white-space: pre-wrap;
white-space: break-spaces; white-space: break-spaces;

Loading…
Cancel
Save