Skip to content

Commit d6bd902

Browse files
ENGCOM-3960: issue fixed #20563 Go to shipping information, Update qty & Addresses… #20564
- Merge Pull Request #20564 from cedarvinda/magento2:Magento-2.3-develop-PR-17 - Merged commits: 1. 93b8077
2 parents 0122d0b + 93b8077 commit d6bd902

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)