Skip to content

Commit 9ae78fe

Browse files
authored
pages-nav: Fix spacing shift when clicking on a group (#574)
1 parent 663b1e6 commit 9ae78fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</label>
6262
@if (g.NavigationItems.Count > 0)
6363
{
64-
<ul class="h-0 w-full overflow-y-hidden peer-has-checked:h-auto peer-has-[:focus]:h-auto has-[:focus]:h-auto peer-has-checked:my-1">
64+
<ul class="h-0 w-full overflow-y-hidden peer-has-checked:h-auto peer-has-[:focus]:h-auto has-[:focus]:h-auto">
6565
@await RenderPartialAsync(_TocTreeNav.Create(new NavigationTreeItem
6666
{
6767
Level = g.Depth,

0 commit comments

Comments
 (0)