Skip to content

Commit e66d2a1

Browse files
authored
ENGCOM-4310: span tag for more swatches link #21301
2 parents 27b8d92 + 6ae813e commit e66d2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ define([
511511

512512
// Add more button
513513
if (moreLimit === countAttributes++) {
514-
html += '<a href="#" class="' + moreClass + '">' + moreText + '</a>';
514+
html += '<a href="#" class="' + moreClass + '"><span>' + moreText + '</span></a>';
515515
}
516516

517517
id = this.id;

0 commit comments

Comments
 (0)