Skip to content

Commit 1aef2a7

Browse files
committed
fix spacing
1 parent 4d1b83d commit 1aef2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Elastic.Markdown/Slices/Layout/_TocTreeNav.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
var containsCurrent = g.HoldsCurrent(Model.CurrentDocument) || g.ContainsCurrentPage(Model.CurrentDocument);
3333
var shouldInitiallyExpand = containsCurrent || g.Depth <= initialExpandLevel;
3434
<li class="flex flex-wrap ml-2 pl-2 @(g.Depth > 1 ? "border-l-1 border-l-gray-200" : string.Empty)">
35-
<label for="@slug" class="peer group/label flex items-center mr-1 overflow-hidden">
35+
<label for="@slug" class="peer group/label flex items-center overflow-hidden">
3636
<svg
3737
xmlns="http://www.w3.org/2000/svg"
3838
fill="none"
3939
viewBox="0 0 24 24"
4040
stroke-width="1.5"
4141
stroke="currentColor"
42-
class="w-4 shrink -rotate-90 group-has-checked/label:rotate-0 cursor-pointer">
42+
class="w-4 mr-1 shrink -rotate-90 group-has-checked/label:rotate-0 cursor-pointer">
4343
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5"/>
4444
</svg>
4545
<input

0 commit comments

Comments
 (0)