We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3289774 commit 9d3f643Copy full SHA for 9d3f643
src/unfold/templates/unfold/helpers/edit_inline/tabular_heading.html
@@ -9,7 +9,7 @@
9
{{ field.label|capfirst }}
10
11
{% if field.help_text %}
12
- <span class="cursor-pointer material-symbols-outlined ml-2 text-base-400 dark:text-base-500" title="{{ field.help_text|striptags }}">help</span>
+ <span class="cursor-help material-symbols-outlined ml-2 text-base-400 dark:text-base-500" title="{{ field.help_text|striptags }}">help</span>
13
{% endif %}
14
</span>
15
</th>
0 commit comments