Skip to content

Commit

Permalink
* tree: fix tree indent style.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Dec 8, 2023
1 parent 5e6aa4f commit 0f1025e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tree/src/style/tree.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Tree content. */
.tree-item-inner {
@apply -flex -flex-row -items-center -min-h-[24px];
@apply -flex -flex-row -items-center -min-h-[24px] -pl-[--list-nested-indent];
}

/* Toggle icon. */
Expand Down

0 comments on commit 0f1025e

Please sign in to comment.