Skip to content

Commit

Permalink
Consistent tooltip placement
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Jan 23, 2024
1 parent 0e9d523 commit 1c790d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/checklist.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{%- if label is not empty -%}
{{ label }} {{ is_required ? '*' }}
{%- endif -%}
{{ renderTooltip(tooltip) }}
</div>
{{ renderTooltip(tooltip) }}
</div>
<div class="grouped-form-elements" id="{{ id }}">
{%- for choice in choices -%}
Expand Down
2 changes: 1 addition & 1 deletion view/radioset.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{%- if label is not empty -%}
{{ label }} {{ is_required ? '*' }}
{%- endif -%}
{{ renderTooltip(tooltip) }}
</div>
{{ renderTooltip(tooltip) }}
</div>
<div class="control">
<div class="grouped-form-elements" id="{{ id }}">
Expand Down

0 comments on commit 1c790d5

Please sign in to comment.