Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Remove extra padding for cart sidebar to fix visual regression bug #5247

Merged
merged 1 commit into from
Dec 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions assets/js/blocks/cart-checkout/cart/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,6 @@ table.wc-block-cart-items {
}
}

.wc-block-cart__sidebar {
& > div:not(.wc-block-components-totals-wrapper) {
margin-left: $gap;
margin-right: $gap;
}
}

.wc-block-components-radio-control__input {
left: 0;
}
Expand Down