style(base): align row drag grip flush with cell left edge

This commit is contained in:
Philipinho
2026-04-18 17:12:42 +01:00
parent b6882d774b
commit 2d47ffb25a
@@ -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;