From ed542833ddbbf0be0dfe70062e54aa94fcf6705f Mon Sep 17 00:00:00 2001 From: amol 2jcommerce Date: Mon, 21 Jan 2019 18:29:01 +0530 Subject: [PATCH] Fixed-Shipping-method-title-overlapping-on-edit-icon-in-mobile --- .../web/css/source/module/checkout/_order-summary.less | 6 ++++++ 1 file changed, 6 insertions(+) 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 5ecc4d4713bf1..a1ff377ca9123 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 @@ -204,6 +204,12 @@ &:extend(.abs-sidebar-totals-mobile all); } } + + .opc-block-shipping-information { + .shipping-information-title { + font-size: 2.4rem; + } + } } //