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.
1 parent df5c68f commit 21f9ee4Copy full SHA for 21f9ee4
1 file changed
view/frontend/templates/script/components/top-links.phtml
@@ -30,7 +30,7 @@ $customerAccountLoginUrl = $block->getUrl('customer/account/login');
30
},
31
showCustomerUrls() {
32
this.getCustomerElements().forEach(element => {
33
- if (element) element.parentNode.style.display = 'block';
+ if (element) element.parentNode.style.display = 'inline-block';
34
});
35
36
hideCustomerUrls() {
0 commit comments