Skip to content

Commit 01478ae

Browse files
author
Natalia Momotenko
committed
MAGETWO-34064: There is no bottom padding for "Wishlist Search" Widget
1 parent 6582893 commit 01478ae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ select:focus ~ .tooltip .tooltip-content {
9292
margin: 0;
9393
> .field:not(.choice) >,
9494
.fields > .field {
95-
margin: 0 0 @form-field__vertical-indent;
95+
&:not(:last-child) {
96+
margin: 0 0 @form-field__vertical-indent;
97+
}
9698
.label {
9799
margin: 0 0 4px;
98100
padding: 0 0 @indent__xs;

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ select:focus ~ .tooltip .tooltip-content {
117117
margin: 0;
118118
> .field:not(.choice) >,
119119
.fields > .field {
120-
margin: 0 0 @form-field__vertical-indent;
120+
&:not(:last-child) {
121+
margin: 0 0 @form-field__vertical-indent;
122+
}
121123
.label {
122124
margin: 0 0 4px;
123125
padding: 0 0 @indent__xs;

0 commit comments

Comments
 (0)