Skip to content

Commit

Permalink
wc: Fix position of toolip in filters menu and history #TASK-7216 #TA…
Browse files Browse the repository at this point in the history
…SK-7100
  • Loading branch information
jmjuanes committed Jan 17, 2025
1 parent 79dd777 commit b2fc1dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ export default class VariantBrowserHorizontalFilter extends LitElement {
</div>
</div>
<div class="flex-shrink-0 mb-auto">
<span class="action-buttons" tooltip-title="${item.id}" tooltip-text="${filterTooltip || "Empty query."}">
<span tooltip-title="${item.id}" tooltip-text="${filterTooltip || "Empty query."}" tooltip-position-my="top right">
<i class="fas fa-eye opacity-75" data-action="view-filter"></i>
</span>
</div>
Expand Down

0 comments on commit b2fc1dd

Please sign in to comment.