Skip to content

Commit dbeeb9f

Browse files
authored
ENGCOM-4002: [Backport] update-button-issue-while-updating-billing-and-shipping-address #20685
2 parents 89b0805 + 2ebffa5 commit dbeeb9f

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)