Skip to content

Commit 6582893

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

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

app/design/frontend/Magento/blank/Magento_CatalogSearch/web/css/source/_module.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
display: none;
2323
}
2424
}
25+
.block-content {
26+
margin-bottom: 0;
27+
}
2528
.label {
2629
.icon-font(
2730
@_icon-font-content: @icon-search,

app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source/_module.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
display: none;
2323
}
2424
}
25+
.block-content {
26+
margin-bottom: 0;
27+
}
2528
.label {
2629
.icon-font(
2730
@_icon-font-content: @icon-search,
@@ -61,7 +64,6 @@
6164
.nested {
6265
display: none;
6366
}
64-
6567
}
6668

6769
.search-autocomplete {

app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,10 @@
137137
//--------------------------------------
138138
.block {
139139
&:extend(.abs-margin-for-blocks-and-widgets all);
140-
&:last-child {
141-
margin-bottom: 0;
140+
.column.main & {
141+
&:last-child {
142+
margin-bottom: 0;
143+
}
142144
}
143145
.title {
144146
strong {

0 commit comments

Comments
 (0)