Begin adding tooltip to text input module
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{% macro Tooltip(message) -%}
|
||||
|
||||
<span v-tooltip="{content: '{{message}}'}">
|
||||
<span class="tooltip-wrapper" v-tooltip="{content: '{{message}}'}">
|
||||
{{ Icon('help') }}
|
||||
</span>
|
||||
|
||||
|
Reference in New Issue
Block a user