From a3b7dfccbe98a49b10558e192e289a5eff035f92 Mon Sep 17 00:00:00 2001 From: aryancedcoss <53182467+aryancedcoss@users.noreply.github.com> Date: Sat, 10 Oct 2020 16:19:14 +0530 Subject: [PATCH] Design Issue on view bundle order over customer Dashboard --- .../Magento/luma/Magento_Sales/web/css/source/_module.less | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_module.less index bab8a2abb9b93..e0b78e2e36b84 100644 --- a/app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_module.less @@ -96,8 +96,6 @@ .col { &.label { font-weight: @font-weight__bold; - padding-bottom: 5px; - padding-top: 0; } &.options { @@ -117,7 +115,6 @@ .item-options-container td { padding-bottom: 15px; - padding-top: 0; } } @@ -681,7 +678,7 @@ .col { &.label, &.value { - padding-left: 0; + padding-left: 10px; } } }