Skip to content

Commit eaa783c

Browse files
Fixed statis test failure
1 parent af7e790 commit eaa783c

File tree

1 file changed

+6
-3
lines changed
  • app/design/frontend/Magento/luma/Magento_Catalog/web/css/source

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,9 @@
600600
}
601601
}
602602

603+
/**
604+
* @codingStandardsIgnoreStart
605+
*/
603606
//
604607
// Mobile @screen__s
605608
// _____________________________________________
@@ -617,14 +620,14 @@
617620
padding-right: @indent__s;
618621
}
619622
}
620-
623+
621624
.product.info.detailed {
622625
.additional-attributes-wrapper {
623626
&:extend(.abs-no-border-top all);
624627
}
625628
}
626629
}
627-
630+
//@codingStandardsIgnoreEnd
628631
//
629632
// Desktop
630633
// _____________________________________________
@@ -996,7 +999,7 @@
996999
display: none;
9971000
}
9981001

999-
1002+
10001003
/**
10011004
* @codingStandardsIgnoreStart
10021005
*/

0 commit comments

Comments
 (0)