Skip to content

Commit

Permalink
fix: table resize overflow issues (#6520)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 authored Jan 30, 2025
1 parent 9268180 commit 01bd1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/editor/src/styles/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/styles/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
/* table dropdown */
.table-wrapper table .column-resize-handle {
position: absolute;
right: -2px;
right: 0;
top: 0;
width: 2px;
height: 100%;
Expand Down

0 comments on commit 01bd1bd

Please sign in to comment.