https://github.com/magento/magento2/pull/35385/files From ba933368fb3610977527e38acc4e1db33c7e9b59 Mon Sep 17 00:00:00 2001 From: Oleh Usik Date: Wed, 27 Apr 2022 10:27:01 -0500 Subject: [PATCH] fixed style issue with grid --- .../backend/Magento_Ui/web/css/source/module/_data-grid.less | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor/magento/theme-adminhtml-backend/Magento_Ui/web/css/source/module/_data-grid.less b/vendor/magento/theme-adminhtml-backend/Magento_Ui/web/css/source/module/_data-grid.less index cc25fc80b253..e8d6472ce0b4 100644 --- a/vendor/magento/theme-adminhtml-backend/Magento_Ui/web/css/source/module/_data-grid.less +++ b/vendor/magento/theme-adminhtml-backend/Magento_Ui/web/css/source/module/_data-grid.less @@ -41,7 +41,6 @@ .admin__data-grid-wrap { margin-bottom: 2rem; max-width: 100%; - overflow-x: auto; padding-bottom: 1rem; padding-top: @data-grid-header-row__indent; }