Fixed style margin issue

This commit is contained in:
Jonas_Jones 2023-10-02 19:43:43 +02:00
parent 6f855a9f45
commit 35138b59ec

View file

@ -50,7 +50,7 @@
) {
// If the value is an object and not empty, create a nested div
html += `
<li><h${depth + 3}><a href="/${currentPath}">${key}</a></h${
<li><h${depth + 3} style='margin:0'><a href="/${currentPath}">${key}</a></h${
depth + 3
}></li>
<ul>