diff --git a/packages/editor/src/styles/editor.css b/packages/editor/src/styles/editor.css index b7742f5389e..b464b1b80d6 100644 --- a/packages/editor/src/styles/editor.css +++ b/packages/editor/src/styles/editor.css @@ -412,7 +412,7 @@ p.editor-paragraph-block { padding-bottom: 4px; } - &:not(:last-child) { + &:not(td p.editor-paragraph-block):not(:last-child) { padding-bottom: 8px; } diff --git a/packages/editor/src/styles/table.css b/packages/editor/src/styles/table.css index 8f40ab9d872..b4a1ab82071 100644 --- a/packages/editor/src/styles/table.css +++ b/packages/editor/src/styles/table.css @@ -48,7 +48,7 @@ /* table dropdown */ .table-wrapper table .column-resize-handle { position: absolute; - right: -2px; + right: 0; top: 0; width: 2px; height: 100%;