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;