mirror of
https://github.com/zadam/trilium.git
synced 2025-09-29 10:05:49 +08:00
fix(views/table): expander style affecting row number
This commit is contained in:
parent
4f0c8b081c
commit
9d7455d28a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue