Commit 3015c4a5 by Sarina Canelake

Merge pull request #9638 from jolyonb/fixspace

Fixing spacing in tooltip
parents 19b705ac 8e04f921
......@@ -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