From f2d28eda7739b0a4e5eac4fc387bf8b2ceef2358 Mon Sep 17 00:00:00 2001 From: amol 2jcommerce Date: Thu, 24 Jan 2019 19:35:12 +0530 Subject: [PATCH] Fixed-Apply-discount-code-placeholder-2.2 --- .../luma/Magento_Checkout/web/css/source/module/_cart.less | 3 +++ 1 file changed, 3 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..67057967451d8 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 @@ -698,6 +698,9 @@ position: static; } } + &.discount { + width: auto; + } } }