From 1b2ec69194e4c5eaf86fe54fbabef7e87b6606ba Mon Sep 17 00:00:00 2001 From: object-Object Date: Sat, 7 Sep 2024 20:33:14 -0400 Subject: [PATCH] Fix nested category formatting --- src/hexdoc/_templates/index.css.jinja | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/hexdoc/_templates/index.css.jinja b/src/hexdoc/_templates/index.css.jinja index 94ba2ba9..ed551e05 100644 --- a/src/hexdoc/_templates/index.css.jinja +++ b/src/hexdoc/_templates/index.css.jinja @@ -15,6 +15,11 @@ summary { display: list-item; } +.toc-category > ul { + list-style-position: inside; + padding-left: 30px; +} + .details-collapsible { display: inline-block; border: 1px solid #aaa;