Skip to content

Commit e6501cb

Browse files
author
Marcin Kwiatkowski
committed
fix: m2-709. fixed shipping addresses layout on checkout shipping step
1 parent dd778ca commit e6501cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/theme/modules/checkout/components/UserShippingAddresses.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default defineComponent({
8282
@include for-desktop {
8383
margin-right: var(--spacer-sm);
8484
display: flex;
85-
width: 100%;
85+
width: calc(50% - var(--spacer-sm));
8686
flex-direction: column;
8787
}
8888
}
@@ -91,6 +91,8 @@ export default defineComponent({
9191
margin-bottom: var(--spacer-xl);
9292
@include for-desktop {
9393
display: flex;
94+
flex-wrap: wrap;
95+
margin-right: var(--spacer-sm)
9496
}
9597
}
9698

0 commit comments

Comments
 (0)