We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27b8d92 + 6ae813e commit e66d2a1Copy full SHA for e66d2a1
app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js
@@ -511,7 +511,7 @@ define([
511
512
// Add more button
513
if (moreLimit === countAttributes++) {
514
- html += '<a href="#" class="' + moreClass + '">' + moreText + '</a>';
+ html += '<a href="#" class="' + moreClass + '"><span>' + moreText + '</span></a>';
515
}
516
517
id = this.id;
0 commit comments