diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less index ae21a3877c350..beb8fc8d4c3b9 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less @@ -233,21 +233,21 @@ // _____________________________________________ @media only screen and (max-width: @screen__m) { - .opc-block-summary { - .product-item { - .product-item-inner { - display: block; - } - - .product-item-name-block { - display: block; - text-align: left; - } - - .subtotal { - display: block; - text-align: left; - } + .opc-block-summary { + .product-item { + .product-item-inner { + display: block; + } + + .product-item-name-block { + display: block; + text-align: left; + } + + .subtotal { + display: block; + text-align: left; + } + } } - } -} \ No newline at end of file +}