Skip to content

Commit

Permalink
Merge pull request scandipwa#5284 from AleksandrsKondratjevs/issue-5280
Browse files Browse the repository at this point in the history
issue-5280 - Fix margin for wishlist items on mobile
  • Loading branch information
AleksandrsKondratjevs authored Nov 5, 2022
2 parents 94a0134 + c71a29a commit e017132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit e017132

Please sign in to comment.