File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Elastic.Markdown/Slices/Layout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments