Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Feb 10, 2025
1 parent 4d1b83d commit 1aef2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Elastic.Markdown/Slices/Layout/_TocTreeNav.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
var containsCurrent = g.HoldsCurrent(Model.CurrentDocument) || g.ContainsCurrentPage(Model.CurrentDocument);
var shouldInitiallyExpand = containsCurrent || g.Depth <= initialExpandLevel;
<li class="flex flex-wrap ml-2 pl-2 @(g.Depth > 1 ? "border-l-1 border-l-gray-200" : string.Empty)">
<label for="@slug" class="peer group/label flex items-center mr-1 overflow-hidden">
<label for="@slug" class="peer group/label flex items-center overflow-hidden">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-4 shrink -rotate-90 group-has-checked/label:rotate-0 cursor-pointer">
class="w-4 mr-1 shrink -rotate-90 group-has-checked/label:rotate-0 cursor-pointer">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5"/>
</svg>
<input
Expand Down

0 comments on commit 1aef2a7

Please sign in to comment.