fix: table resize overflow issues (#6520)

This commit is contained in:
Aaryan Khandelwal
2025-01-30 19:27:12 +05:30
committed by GitHub
parent 9268180aec
commit 01bd1bde64
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -48,7 +48,7 @@
/* table dropdown */
.table-wrapper table .column-resize-handle {
position: absolute;
right: -2px;
right: 0;
top: 0;
width: 2px;
height: 100%;