Skip to content

Commit 81d8781

Browse files
nmalevanecAmol Chaudhari
authored and
Amol Chaudhari
committed
Fix static tests.
1 parent a971270 commit 81d8781

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
@@ -489,7 +489,7 @@
489489
.product-items-names {
490490
.product-item {
491491
margin-bottom: @indent__s;
492-
display: flex;
492+
display: flex;
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
@@ -564,7 +564,7 @@
564564
.product-items-names {
565565
.product-item {
566566
margin-bottom: @indent__s;
567-
display: flex;
567+
display: flex;
568568
}
569569

570570
.product-item-name {

0 commit comments

Comments
 (0)