Skip to content

Commit 05f5837

Browse files
authored
Merge pull request #116 from docsbydoxdox/hotfix/bootstrap-styling
[hotfix] Removed margin from file list.
2 parents 83c8368 + 838ee31 commit 05f5837

File tree

1 file changed

+1
-1
lines changed
  • packages/doxdox-renderer-bootstrap/src

1 file changed

+1
-1
lines changed

packages/doxdox-renderer-bootstrap/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ${method.returns.map(
6262
`;
6363

6464
const renderFileNav = (file: File) => `<p><b>${file.path}</b></p>
65-
<ul class="list-unstyled">
65+
<ul class="list-unstyled ml-0">
6666
${file.methods
6767
.map(method => `<li><a href="#${method.slug}">${method.name}</a></li>`)
6868
.join('')}

0 commit comments

Comments
 (0)