From 0e94afe42a5c15a47698152b3bc88e6bc4f8c01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 22 Oct 2021 15:05:18 +0200 Subject: [PATCH] fix: improve default styling for .ProseMirror-separator --- packages/core/src/style.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/core/src/style.ts b/packages/core/src/style.ts index 7a2563e8..ef5a0a29 100644 --- a/packages/core/src/style.ts +++ b/packages/core/src/style.ts @@ -27,6 +27,8 @@ img.ProseMirror-separator { display: inline !important; border: none !important; margin: 0 !important; + width: 1px !important; + height: 1px !important; } .ProseMirror-gapcursor {