From 44ee7f3b591edaa442a0b1040d07841482953d7d Mon Sep 17 00:00:00 2001 From: aleksandrskondratjevs Date: Mon, 7 Nov 2022 11:58:40 +0200 Subject: [PATCH] Remove redundant margin for wishlist items --- .../scandipwa/src/component/WishlistItem/WishlistItem.style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/scandipwa/src/component/WishlistItem/WishlistItem.style.scss b/packages/scandipwa/src/component/WishlistItem/WishlistItem.style.scss index ea089c09a8..8032555f95 100644 --- a/packages/scandipwa/src/component/WishlistItem/WishlistItem.style.scss +++ b/packages/scandipwa/src/component/WishlistItem/WishlistItem.style.scss @@ -17,7 +17,6 @@ .WishlistItem { @include mobile { padding-block: 14px; - margin-inline-end: var(--my-account-wrapper-margin-mobile); border-block-start: 1px solid var(--wishlist-item-border-color); }