mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
style(base): align row drag grip flush with cell left edge
This commit is contained in:
@@ -321,7 +321,7 @@
|
|||||||
.rowNumberDragHandle {
|
.rowNumberDragHandle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 6px;
|
left: 2px;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
display: none;
|
display: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user