We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c78ff9f + d556d82 commit f6dff8eCopy full SHA for f6dff8e
static/search.less
@@ -85,6 +85,7 @@
85
color: @link-color;
86
padding-bottom:0;
87
display: inline-block;
88
+ width: 100%;
89
&:hover {
90
text-decoration: none;
91
}
templates/search-results.stache
@@ -18,12 +18,14 @@
18
<li>
19
<a href="{{docUrl}}" title="{{result.name}}" class="result-name">
20
{{#if result.title}}{{result.title}}{{else}}{{result.name}}{{/if}}
21
-
+
22
23
{{#if result.title}}
24
- <span class="name">
25
- ({{result.name}})
26
- </span>
+ {{^eq result.name result.title}}
+ <span class="name">
+ {{result.name}}
27
+ </span>
28
+ {{/eq}}
29
{{/if}}
30
31
{{#if result.description}}
0 commit comments