If you add the following CSS rule:
details > details {
padding-left: 20px;
}
The following markup becomes a nested outline view:
If you add the following CSS rule:
details > details {
padding-left: 20px;
}
The following markup becomes a nested outline view: