Skip to content

Commit 838ee31

Browse files
committed
Removed margin from file list.
1 parent 83c8368 commit 838ee31

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)