From a9712700ab7436b88987446671722df80a15dc36 Mon Sep 17 00:00:00 2001 From: Parag Chavare Date: Wed, 23 Jan 2019 16:08:54 +0530 Subject: [PATCH 1/3] recent-order-product-title-misaligned --- .../Magento/blank/Magento_Catalog/web/css/source/_module.less | 1 + .../Magento/luma/Magento_Catalog/web/css/source/_module.less | 1 + 2 files changed, 2 insertions(+) diff --git a/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less index 2dd8463308a2c..7c8fb068c26a8 100644 --- a/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less @@ -489,6 +489,7 @@ .product-items-names { .product-item { margin-bottom: @indent__s; + display: flex; } .product-item-name { diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less index 228c6947c938b..caa69b4fbd34d 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less @@ -564,6 +564,7 @@ .product-items-names { .product-item { margin-bottom: @indent__s; + display: flex; } .product-item-name { From 81d878183d7b675d1155885825257ffb5d9353b7 Mon Sep 17 00:00:00 2001 From: nmalevanec Date: Thu, 24 Jan 2019 13:31:49 +0200 Subject: [PATCH 2/3] Fix static tests. --- .../Magento/blank/Magento_Catalog/web/css/source/_module.less | 2 +- .../Magento/luma/Magento_Catalog/web/css/source/_module.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less index 7c8fb068c26a8..b5d582d1dc3e9 100644 --- a/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less @@ -489,7 +489,7 @@ .product-items-names { .product-item { margin-bottom: @indent__s; - display: flex; + display: flex; } .product-item-name { diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less index caa69b4fbd34d..fbcd8b2e5723b 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less @@ -564,7 +564,7 @@ .product-items-names { .product-item { margin-bottom: @indent__s; - display: flex; + display: flex; } .product-item-name { From 73cb5c824efa9e7b41ef52eff7c1f40385c699ee Mon Sep 17 00:00:00 2001 From: nmalevanec Date: Thu, 24 Jan 2019 16:14:28 +0200 Subject: [PATCH 3/3] Fix static tests. --- .../Magento/blank/Magento_Catalog/web/css/source/_module.less | 2 +- .../Magento/luma/Magento_Catalog/web/css/source/_module.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less index b5d582d1dc3e9..85ef048ef0fc7 100644 --- a/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less @@ -488,8 +488,8 @@ .product-items-names { .product-item { - margin-bottom: @indent__s; display: flex; + margin-bottom: @indent__s; } .product-item-name { diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less index fbcd8b2e5723b..6aa0e50f3c393 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less @@ -563,8 +563,8 @@ .product-items-names { .product-item { - margin-bottom: @indent__s; display: flex; + margin-bottom: @indent__s; } .product-item-name {