Skip to content

Commit 6e7281d

Browse files
cedarvindaAmol Chaudhari
authored and
Amol Chaudhari
committed
issue fixed #20563 Go to shipping information, Update qty & Addresses and Enter a new address button Not aligned from left and right in 767px screen size
issue fixed #20563 Go to shipping information, Update qty & Addresses and Enter a new address button Not aligned from left and right in 767px screen size
1 parent 7a3ee17 commit 6e7281d

File tree

1 file changed

+9
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_Multishipping/web/css/source

1 file changed

+9
-1
lines changed

app/design/frontend/Magento/luma/Magento_Multishipping/web/css/source/_module.less

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
text-align: right;
375375

376376
.action {
377-
margin-left: @indent__s;
377+
margin-left: 0;
378378

379379
&.back {
380380
display: block;
@@ -496,4 +496,12 @@
496496
margin-left: @indent__xl;
497497
}
498498
}
499+
500+
.multicheckout {
501+
.actions-toolbar {
502+
> .primary {
503+
margin-right: 0;
504+
}
505+
}
506+
}
499507
}

0 commit comments

Comments
 (0)