Fixing spacing in tooltip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user