fix: table resize overflow issues (#6520)
This commit is contained in:
parent
9268180aec
commit
01bd1bde64
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue