Skip to content

Commit

Permalink
wc: Fix position of tooltips in advanced filters sections #TASK-7216 …
Browse files Browse the repository at this point in the history
…#TASK-7100
  • Loading branch information
jmjuanes committed Jan 17, 2025
1 parent 8649c0b commit 79dd777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ export default class VariantBrowserHorizontalFilter extends LitElement {
<div class="mb-2 fs-5 fw-bold d-flex justify-content-between align-items-center" id="${this._prefix}${subsection.id}" data-cy="${subsection.id}">
<div>${subsection.title}</div>
${subsection.tooltip ? html`
<a tooltip-title="Info" tooltip-text="${subsection.tooltip}">
<a tooltip-title="Info" tooltip-text="${subsection.tooltip}" tooltip-position-my="top right">
<i class="fa fa-info-circle text-primary" aria-hidden="true"></i>
</a>
` : nothing}
Expand Down

0 comments on commit 79dd777

Please sign in to comment.