From 4a3354ae407110e26831798414a48e3047d046d5 Mon Sep 17 00:00:00 2001 From: Arvinda kumar Date: Wed, 9 Jan 2019 18:54:36 +0530 Subject: [PATCH] iessue fixed #20137 On checkout page apply discount button is not align with input box iessue fixed #20137 On checkout page apply discount button is not align with input box --- .../web/css/source/module/checkout/_payment-options.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less index 0b27454b206e3..d87b4b70caffa 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payment-options.less @@ -69,6 +69,9 @@ .payment-option-content { .lib-css(padding, 0 0 @indent__base @checkout-payment-option-content__padding__xl); + .action-apply{ + margin-right: 0; + } } .payment-option-inner {