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

Commit 1d7fdc4

Browse files
oprmikejolley
authored andcommitted
Increase width of Cart's product column on <= medium screens
1 parent d8ee54c commit 1d7fdc4

File tree

1 file changed

+2
-2
lines changed
  • assets/js/blocks/cart-checkout/cart/full-cart

1 file changed

+2
-2
lines changed

assets/js/blocks/cart-checkout/cart/full-cart/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ table.wc-block-cart-items {
190190
}
191191
.wc-block-cart-item__product {
192192
grid-column-start: 2;
193-
grid-column-end: 3;
193+
grid-column-end: 4;
194194
grid-row-start: 1;
195195
justify-self: stretch;
196-
padding-bottom: $gap;
196+
padding: 0 $gap $gap 0;
197197
}
198198
.wc-block-cart-item__quantity {
199199
grid-column-start: 1;

0 commit comments

Comments
 (0)