From e8ad9aee3fe307fce2e0c4b0cdd0661567170ae7 Mon Sep 17 00:00:00 2001 From: Solwininfotech Date: Tue, 13 Oct 2020 17:51:54 +0530 Subject: [PATCH] removed .content and .fieldset selectors --- .../web/css/source/module/_cart.less | 12 +++++------- 1 file changed, 5 insertions(+), 7 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 405bc1d2af373..2c8c52bdb7af2 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 @@ -727,16 +727,14 @@ position: static; } } - .content { - .fieldset { - .actions-toolbar { - width: auto; - } - } - } + &.discount { width: auto; } + + .actions-toolbar { + width: auto; + } } }