Skip to content

Commit 2ebffa5

Browse files
ENGCOM-4002: [Backport] update-button-issue-while-updating-billing-and-shipping-address #20685
- Merge Pull Request #20685 from cmtickle/magento2:2.2-develop-PR-port-20297 - Merged commits: 1. 4b06920
2 parents d8ec98c + 4b06920 commit 2ebffa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/design/frontend/Magento/blank/web/css/source/_forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.fieldset {
1919
.lib-form-fieldset();
2020
&:last-child {
21-
margin-bottom: 0;
21+
margin-bottom: @indent__base;
2222
}
2323

2424
> .field,

app/design/frontend/Magento/luma/web/css/source/_forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.lib-form-fieldset();
2121

2222
&:last-child {
23-
margin-bottom: 0;
23+
margin-bottom: @indent__base;
2424
}
2525

2626
> .field,

0 commit comments

Comments
 (0)