Skip to content

Commit 21f9ee4

Browse files
committed
Fix inline block
1 parent df5c68f commit 21f9ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/frontend/templates/script/components/top-links.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $customerAccountLoginUrl = $block->getUrl('customer/account/login');
3030
},
3131
showCustomerUrls() {
3232
this.getCustomerElements().forEach(element => {
33-
if (element) element.parentNode.style.display = 'block';
33+
if (element) element.parentNode.style.display = 'inline-block';
3434
});
3535
},
3636
hideCustomerUrls() {

0 commit comments

Comments
 (0)