Skip to content

Commit f031040

Browse files
Copilottheletterf
andcommitted
Move padding to li element for proper text indentation
Co-authored-by: theletterf <[email protected]>
1 parent bc462d9 commit f031040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Elastic.Markdown/Layout/_TableOfContents.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</a>
3535
</li>
3636
}
37-
<li class="learn-how-to-contribute hidden lg:block lg:not-first:mt-1">
38-
<a href="https://www.elastic.co/docs/contribute-docs/" class="link text-xs pl-6" target="_blank">
37+
<li class="learn-how-to-contribute hidden lg:block lg:not-first:mt-1 pl-6">
38+
<a href="https://www.elastic.co/docs/contribute-docs/" class="link text-xs" target="_blank">
3939
Learn how to contribute
4040
</a>
4141
</li>

0 commit comments

Comments
 (0)