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 d653583 + f53eee0 commit 6ae813eCopy full SHA for 6ae813e
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