mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
fix(views/table): expander style affecting row number
This commit is contained in:
@@ -153,8 +153,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Align items without children/expander to the ones with. */
|
/* Align items without children/expander to the ones with. */
|
||||||
.tabulator-cell > span:first-child, /* 1st level */
|
.tabulator-cell[tabulator-field="title"] > span:first-child, /* 1st level */
|
||||||
.tabulator-cell > div:first-child + span { /* sub-level */
|
.tabulator-cell[tabulator-field="title"] > div:first-child + span { /* sub-level */
|
||||||
padding-left: 21px;
|
padding-left: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user