mirror of
https://github.com/makeplane/plane.git
synced 2026-01-29 09:48:57 -06:00
fix: table resize overflow issues (#6520)
This commit is contained in:
committed by
GitHub
parent
9268180aec
commit
01bd1bde64
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
/* table dropdown */
|
||||
.table-wrapper table .column-resize-handle {
|
||||
position: absolute;
|
||||
right: -2px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 2px;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user