Fix help tooltip for list items

This commit is contained in:
Flavio Copes
2016-03-13 14:19:25 +01:00
parent 76bd584832
commit 5d04c8c6fd

View File

@@ -6,7 +6,7 @@
<div class="form-label block size-1-4 pure-u-1-4">
<label>
{% if field.help %}
<span class="tooltip" data-asTooltip-position="w" title="{{ field.help|e|tu }}">{{ field.label|tu }}</span>
<span class="hint--bottom" data-hint="{{ field.help|e|tu }}">{{ field.label|tu }}</span>
{% else %}
{{ field.label|tu }}
{% endif %}