From 137422b1e0f4681cc26dcc9daa9c29e8b112230f Mon Sep 17 00:00:00 2001 From: fantasticit Date: Sun, 24 Apr 2022 22:10:33 +0800 Subject: [PATCH] fix: fix table css --- packages/client/src/tiptap/styles/table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/tiptap/styles/table.scss b/packages/client/src/tiptap/styles/table.scss index b28b326e..4ed00179 100644 --- a/packages/client/src/tiptap/styles/table.scss +++ b/packages/client/src/tiptap/styles/table.scss @@ -6,7 +6,7 @@ table { width: 100%; - margin: 0.75em 0 0; + margin: .75em 0 0; overflow: hidden; border-collapse: collapse; table-layout: fixed;