Skip to content

Commit 922ea7b

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2550: Fixed static test failures
1 parent 30ca6b7 commit 922ea7b

File tree

1 file changed

+2
-2
lines changed
  • app/design/frontend/Magento/luma/Magento_Sales/web/css/source

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@
346346
float: left;
347347
width: calc(100% - 20px);
348348
}
349-
.product-item::after{
349+
.product-item::after {
350350
clear: both;
351-
content: "";
351+
content: '';
352352
display: table;
353353
}
354354
.product-item {

0 commit comments

Comments
 (0)