don't break tag and count

This commit is contained in:
Ted Unangst 2019-10-13 02:07:30 -04:00
parent e5d08de8fb
commit 45fa58bcc2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{{ $letter = (index .Name 0) }}
<li><p>
{{ end }}
<a href="/o/{{ .Name }}">#{{ .Name }}</a> ({{ .Count }})
<span style="white-space: nowrap;"><a href="/o/{{ .Name }}">#{{ .Name }}</a> ({{ .Count }})</span>
{{ end }}
</ul>
</div>