feat(views/table): align items expanders

This commit is contained in:
Elian Doran 2025-07-17 14:40:44 +03:00
parent 27d515f289
commit bd840a2421
No known key found for this signature in database

View File

@ -152,6 +152,11 @@
color: var(--row-text-color);
}
/* Align items without children/expander to the ones with. */
.tabulator-cell > div:first-child + span {
padding-left: 21px;
}
/* Checkbox cells */
.tabulator .tabulator-cell:has(svg),