Skip to content

Commit

Permalink
fix: table flixker on resize (#6524)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 authored Jan 30, 2025
1 parent 6a37a2c commit ddad176
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/editor/src/styles/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,14 @@ p.editor-paragraph-block {
padding-top: 4px;
}

&:last-child {
padding-bottom: 4px;
}
&:not(td p.editor-paragraph-block, th p.editor-paragraph-block) {
&:last-child {
padding-bottom: 4px;
}

&:not(td p.editor-paragraph-block):not(:last-child) {
padding-bottom: 8px;
&:not(:last-child) {
padding-bottom: 8px;
}
}

font-size: var(--font-size-regular);
Expand Down

0 comments on commit ddad176

Please sign in to comment.