fix(views/table): expander style affecting row number

This commit is contained in:
Elian Doran 2025-07-17 20:44:00 +03:00
parent 4f0c8b081c
commit 9d7455d28a
No known key found for this signature in database

View file

@ -153,8 +153,8 @@
}
/* Align items without children/expander to the ones with. */
.tabulator-cell > span:first-child, /* 1st level */
.tabulator-cell > div:first-child + span { /* sub-level */
.tabulator-cell[tabulator-field="title"] > span:first-child, /* 1st level */
.tabulator-cell[tabulator-field="title"] > div:first-child + span { /* sub-level */
padding-left: 21px;
}