From ca8db5f3496535f2e38348108d79e743773ee8a9 Mon Sep 17 00:00:00 2001 From: Arvinda kumar Date: Tue, 15 Jan 2019 16:46:44 +0530 Subject: [PATCH 1/2] issue fixed #20299 Order item details label not aligned in mobile view issue fixed #20299 Order item details label not aligned in mobile view --- .../Magento_Checkout/web/css/source/module/_cart.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less index 1015bb584ff7b..ce4ba47cc2337 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less @@ -501,6 +501,17 @@ } } } + + .cart.table-wrapper, + .order-items.table-wrapper { + .col.price, + .col.qty, + .col.subtotal, + .col.msrp { + text-align: left; + } + } + } // From e9df1916bc7f2ace42a4922752237e48de36348c Mon Sep 17 00:00:00 2001 From: nmalevanec Date: Wed, 16 Jan 2019 11:52:32 +0200 Subject: [PATCH 2/2] Fix static tests. --- .../luma/Magento_Checkout/web/css/source/module/_cart.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less index ce4ba47cc2337..fa41682cbd635 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less @@ -501,7 +501,7 @@ } } } - + .cart.table-wrapper, .order-items.table-wrapper { .col.price, @@ -511,7 +511,7 @@ text-align: left; } } - + } //