Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 03:09, 14 December 2024 by PenguinEncounter (talk | contribs) (Created page with ".hierarchy-tree { display: flex; flex-flow: column nowrap; height: max-content; } .hierarchy-tree .__item { position: relative; →‎absolute positioning target: } .hierarchy-tree > .-tree-indent { padding-left: 24px; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.hierarchy-tree {
	display: flex;
	flex-flow: column nowrap;
	height: max-content;
}
.hierarchy-tree .__item {
	position: relative; /* absolute positioning target */
}
.hierarchy-tree > .-tree-indent {
	padding-left: 24px;
}