Skip to content

Commit 12b9481

Browse files
committed
Merge remote-tracking branch 'origin/ENGCOM-7464-magento-magento2-27926' into 2.4-develop-express-lane-prs
2 parents be00f8f + b1161c3 commit 12b9481

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/list

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/list/items.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ $_item = null;
242242
<?php // phpcs:disable ?>
243243
<div class="product actions product-item-actions">
244244
<?php if ($showCart):?>
245+
<div class="actions-primary">
245246
<?php if ($_item->isSaleable()):?>
246-
<div class="actions-primary">
247247
<?php if (!$_item->getTypeInstance()->isPossibleBuyFromList($_item)):?>
248248
<button
249249
class="action tocart primary"

0 commit comments

Comments
 (0)