From c71a29a8d3e144dcd4fcc1e8591d2a2e64b74d80 Mon Sep 17 00:00:00 2001 From: aleksandrskondratjevs Date: Fri, 4 Nov 2022 12:12:22 +0200 Subject: [PATCH] Fix margin for wishlist items on mobile --- .../src/component/WishlistItem/WishlistItem.style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scandipwa/src/component/WishlistItem/WishlistItem.style.scss b/packages/scandipwa/src/component/WishlistItem/WishlistItem.style.scss index 3576476a50..ea089c09a8 100644 --- a/packages/scandipwa/src/component/WishlistItem/WishlistItem.style.scss +++ b/packages/scandipwa/src/component/WishlistItem/WishlistItem.style.scss @@ -17,7 +17,7 @@ .WishlistItem { @include mobile { padding-block: 14px; - margin-inline: var(--my-account-wrapper-margin-mobile); + margin-inline-end: var(--my-account-wrapper-margin-mobile); border-block-start: 1px solid var(--wishlist-item-border-color); }