Skip to content

Commit 6ae813e

Browse files
ENGCOM-4310: span tag for more swatches link #21301
- Merge Pull Request #21301 from mageho/magento2:patch-7 - Merged commits: 1. c447cfb 2. f53eee0
2 parents d653583 + f53eee0 commit 6ae813e

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)