fix(base): widen row-number column so drag grip sits left of checkbox

This commit is contained in:
Philipinho
2026-04-18 17:09:00 +01:00
parent 4dc6d32e49
commit b6882d774b
2 changed files with 2 additions and 2 deletions
@@ -321,7 +321,7 @@
.rowNumberDragHandle {
position: absolute;
top: 50%;
left: 4px;
left: 6px;
transform: translateY(-50%);
display: none;
align-items: center;