Skip to content

Commit 73cb5c8

Browse files
nmalevanecAmol Chaudhari
authored andcommitted
Fix static tests.
1 parent 81d8781 commit 73cb5c8

File tree

2 files changed

+2
-2
lines changed
  • app/design/frontend/Magento

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@
488488

489489
.product-items-names {
490490
.product-item {
491-
margin-bottom: @indent__s;
492491
display: flex;
492+
margin-bottom: @indent__s;
493493
}
494494

495495
.product-item-name {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@
563563

564564
.product-items-names {
565565
.product-item {
566-
margin-bottom: @indent__s;
567566
display: flex;
567+
margin-bottom: @indent__s;
568568
}
569569

570570
.product-item-name {

0 commit comments

Comments
 (0)