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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -412,7 +412,7 @@ p.editor-paragraph-block {
padding-bottom: 4px; padding-bottom: 4px;
} }
&:not(:last-child) { &:not(td p.editor-paragraph-block):not(:last-child) {
padding-bottom: 8px; padding-bottom: 8px;
} }

View file

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