Modify line-spacing between TOC nodes

If you want to give your ToC nodes more space, it can be done with a single line of CSS.

How to implement

Copy the following CSS to your Branding.css.

CSS Code

CSS
.TocTreeLight_treeContainer div.CHTree_nodeContent {
line-height: 16px;
}