From d4b71c8d8e5e492a86dd734e2bf769452a46f56e Mon Sep 17 00:00:00 2001 From: fantasticit Date: Wed, 1 Jun 2022 00:27:13 +0800 Subject: [PATCH] client: fix table inner element margin-top --- packages/client/src/tiptap/core/styles/table.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/client/src/tiptap/core/styles/table.scss b/packages/client/src/tiptap/core/styles/table.scss index 65cf255d..b8b4ff18 100644 --- a/packages/client/src/tiptap/core/styles/table.scss +++ b/packages/client/src/tiptap/core/styles/table.scss @@ -76,6 +76,10 @@ > * { margin-bottom: 0; } + + > p { + margin-top: 0; + } } th {