From f6159e5182bee4b0f003e7cbb3c784d4a8ca6bb0 Mon Sep 17 00:00:00 2001 From: Palanikannan M Date: Mon, 1 Jul 2024 13:32:24 +0530 Subject: [PATCH] fix: padding inside the blockquotes inside list items --- packages/editor/src/styles/editor.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/editor/src/styles/editor.css b/packages/editor/src/styles/editor.css index f76b6b1bfac..28fb2dd1113 100644 --- a/packages/editor/src/styles/editor.css +++ b/packages/editor/src/styles/editor.css @@ -17,6 +17,11 @@ height: 0; } +.ProseMirror li blockquote { + margin-top: 10px; + padding-inline-start: 1em; +} + /* block quotes */ .ProseMirror blockquote { font-style: normal;