From ef5847eb3544603d6ca5569a8ccddb9d4cd0907c Mon Sep 17 00:00:00 2001 From: aryancedcoss <53182467+aryancedcoss@users.noreply.github.com> Date: Sun, 11 Oct 2020 15:27:18 +0530 Subject: [PATCH] Create New Order in Default Store View on Admin #30442 Fixed Create New Order in Default Store View on Admin #30442 Fixed --- .../Magento_Sales/web/css/source/module/_order.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order.less b/app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order.less index 055e74c97a2f4..ba0c219ce65b5 100644 --- a/app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order.less +++ b/app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order.less @@ -48,7 +48,14 @@ #mix-grid .width(9,12); margin-left: 0; } - + + .page-create-order{ + .order-details + { + width: 100%; + } + } + .order-sidebar { #mix-grid .column(3,12); margin-left: 0;