Fixing spacing in tooltip

This commit is contained in:
Jolyon Bloomfield
2015-09-06 15:37:19 -04:00
parent 1ba4200a84
commit 8e04f92167

View File

@@ -23,7 +23,7 @@
id="tab_${idx}"
tabindex="0">
<i class="icon fa seq_${item['type']}" aria-hidden="true"></i>
<p><span class="sr">${item['type']}</span> ${item['title']}</p>
<p><span class="sr">${item['type']}</span>${item['title']}</p>
</a>
</li>
% endfor