Skip to content

Commit ddad176

Browse files
authored
fix: table flixker on resize (#6524)
1 parent 6a37a2c commit ddad176

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

packages/editor/src/styles/editor.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,12 +408,14 @@ p.editor-paragraph-block {
408408
padding-top: 4px;
409409
}
410410

411-
&:last-child {
412-
padding-bottom: 4px;
413-
}
411+
&:not(td p.editor-paragraph-block, th p.editor-paragraph-block) {
412+
&:last-child {
413+
padding-bottom: 4px;
414+
}
414415

415-
&:not(td p.editor-paragraph-block):not(:last-child) {
416-
padding-bottom: 8px;
416+
&:not(:last-child) {
417+
padding-bottom: 8px;
418+
}
417419
}
418420

419421
font-size: var(--font-size-regular);

0 commit comments

Comments
 (0)