From b11c3e04601ca552ccf58c07f697ce78396a07f3 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 10 Apr 2025 23:00:05 +0200 Subject: [PATCH] Fix left nav indentation --- src/Elastic.Markdown/Slices/Layout/_TocTreeNav.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Elastic.Markdown/Slices/Layout/_TocTreeNav.cshtml b/src/Elastic.Markdown/Slices/Layout/_TocTreeNav.cshtml index 3fad0ba23..e8a09bec9 100644 --- a/src/Elastic.Markdown/Slices/Layout/_TocTreeNav.cshtml +++ b/src/Elastic.Markdown/Slices/Layout/_TocTreeNav.cshtml @@ -14,7 +14,7 @@ @f.NavigationTitle @@ -24,7 +24,7 @@ else if (item is GroupNavigationItem { Group: { NavigationItems.Count: 0, Index: not null } } group) { var f = group.Group.Index; -
  • +