Commit 8e04f921 by Jolyon Bloomfield

Fixing spacing in tooltip

parent 1ba4200a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment