Skip to content

Commit f618ae8

Browse files
authored
ENGCOM-3867: update-button-issue-while-updating-billing-and-shipping-address #20297
2 parents 9c36f6f + 997bf71 commit f618ae8

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)