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

Commit

Permalink
Fix Cart&Checkout layout broken in some themes (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Sep 7, 2020
1 parent 7b7644f commit 741bde8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/base/components/sidebar-layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
position: relative;

.wc-block-components-main {
box-sizing: border-box;
margin: 0;
padding-right: percentage($gap-largest / 1060px); // ~1060px is the default width of the content area in Storefront.
width: 65%;
}
}

.wc-block-components-sidebar {
box-sizing: border-box;
margin: 0;
padding-left: percentage($gap-large / 1060px);
width: 35%;
Expand Down

0 comments on commit 741bde8

Please sign in to comment.