Skip to content

Commit b728169

Browse files
ENGCOM-6536: Added Fix for - 26181 #26183
2 parents 1617ff7 + 127ad22 commit b728169

File tree

1 file changed

+13
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module

1 file changed

+13
-0
lines changed

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@
108108
.actions-primary {
109109
display: inline-block;
110110
vertical-align: middle;
111+
112+
> .stock.unavailable {
113+
line-height: 1;
114+
padding-bottom: @indent__s;
115+
padding-right: 24px;
116+
padding-top: @indent__s;
117+
}
111118
}
112119
}
113120

@@ -279,6 +286,12 @@
279286
}
280287
}
281288
}
289+
290+
.product-item-actions {
291+
.actions-primary {
292+
display: block;
293+
}
294+
}
282295
}
283296

284297
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {

0 commit comments

Comments
 (0)