Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 4ace5f5

Browse files
Mike RatcliffejasonLaster
authored andcommitted
Fix indentation of non-expandable tree nodes (#5269)
1 parent edf2ac1 commit 4ace5f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/PrimaryPanes/Sources.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,7 @@
167167
.theme-dark .sources-list .managed-tree .tree .node.focused img.blackBox {
168168
background-color: white;
169169
}
170+
171+
.tree-node[data-expandable="false"] .tree-indent:last-of-type {
172+
margin-inline-end: 4px;
173+
}

0 commit comments

Comments
 (0)