Skip to content

Commit

Permalink
fix attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 committed May 11, 2024
1 parent a556cc8 commit 5cbe510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ THE SOFTWARE.
</j:otherwise>
</j:choose>
<j:if test="${!item.params.isEmpty()}">
<div style="float:right;margin-right:10px;" tooltip="Build Parameters:${item.params}" -parent="true">
<div style="float:right;margin-right:10px;" tooltip="Build Parameters:${item.params}" data-tooltip-append-to-parent="true">
<l:icon src="symbol-parameters" class="icon-sm" />
</div>
</j:if>
Expand Down

0 comments on commit 5cbe510

Please sign in to comment.