You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.hierarchy-tree {
display: flex;
flex-flow: column nowrap;
height: max-content;
}
.hierarchy-tree .__item {
position: relative; /* absolute positioning target */
}
.hierarchy-tree .hierarchy-tree .__item::after {
position: absolute;
top: 50%;
left: -8px;
width: 6px;
height: 2px;
display: block;
content: "";
background-color: var(--color-base);
}
.hierarchy-tree .__item > .emoji {
margin-right: 6px;
}
.hierarchy-tree > .-tree-indent {
000
1:0
Return to Template:Tree/style.css.