Skip to content

Commit 5c67e67

Browse files
committed
Fix static test.
1 parent 92d4ffa commit 5c67e67

File tree

1 file changed

+17
-17
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout

1 file changed

+17
-17
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -233,21 +233,21 @@
233233
// _____________________________________________
234234

235235
@media only screen and (max-width: @screen__m) {
236-
.opc-block-summary {
237-
.product-item {
238-
.product-item-inner {
239-
display: block;
240-
}
241-
242-
.product-item-name-block {
243-
display: block;
244-
text-align: left;
245-
}
246-
247-
.subtotal {
248-
display: block;
249-
text-align: left;
250-
}
236+
.opc-block-summary {
237+
.product-item {
238+
.product-item-inner {
239+
display: block;
240+
}
241+
242+
.product-item-name-block {
243+
display: block;
244+
text-align: left;
245+
}
246+
247+
.subtotal {
248+
display: block;
249+
text-align: left;
250+
}
251+
}
251252
}
252-
}
253-
}
253+
}

0 commit comments

Comments
 (0)