fix: table flixker on resize (#6524)
This commit is contained in:
parent
6a37a2ce21
commit
ddad1767a2
1 changed files with 7 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue