File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
packages/doxdox-renderer-bootstrap/src/__snapshots__ Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ exports[`bootstrap render 1`] = `
3434 position : relative ;
3535 }
3636
37+ .method-scope {
38+ font - size : 1.5rem ;
39+ color : #999 ;
40+ }
41+
3742 .method-permalink {
3843 position : absolute ;
3944 margin - left : - 1em ;
@@ -57,7 +62,7 @@ exports[`bootstrap render 1`] = `
5762 <div class =\\"p-5 col-md-3\\">
5863 <p><b>directory/index.js</b></p>
5964<ul class =\\"list-unstyled ml-0\\">
60- <li><a href =\\"#index-js-methodname\\">methodName</a></li>
65+ <li><a href =\\"#index-js-methodname\\" class =\\"\\" >methodName</a></li>
6166</ul>
6267 </div>
6368
@@ -69,6 +74,7 @@ exports[`bootstrap render 1`] = `
6974 methodName(param)
7075</h2>
7176
77+
7278<p>Method description</p>
7379
7480
You can’t perform that action at this time.
0 commit comments