From b6575e254da9b4292c47471149c2b10f4727cd38 Mon Sep 17 00:00:00 2001 From: aryancedcoss <53182467+aryancedcoss@users.noreply.github.com> Date: Sun, 11 Oct 2020 14:51:29 +0530 Subject: [PATCH] Design Issue of select box (text is cutting from bottom) on Admin Design Issue of select box (text is cutting from bottom) on Admin Fixed #30440 --- app/design/adminhtml/Magento/backend/web/css/styles-old.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/design/adminhtml/Magento/backend/web/css/styles-old.less b/app/design/adminhtml/Magento/backend/web/css/styles-old.less index 3087e7762a2d8..2e598fff25fcf 100644 --- a/app/design/adminhtml/Magento/backend/web/css/styles-old.less +++ b/app/design/adminhtml/Magento/backend/web/css/styles-old.less @@ -802,7 +802,7 @@ .lib-css(appearance, none, 1); display: inline-block; - line-height: normal; + line-height: inherit; min-width: 80px; background-repeat: no-repeat;