From 90e49230db9a94b2b5831c5618b960de35ebc4e0 Mon Sep 17 00:00:00 2001 From: Magento EngCom Team Date: Wed, 24 Jan 2018 12:16:13 -0600 Subject: [PATCH] :arrow_double_up: Forwardport of magento/magento2#12985 to 2.3-develop branch Applied pull request patch https://github.com/magento/magento2/pull/12985.patch (created by @avoelkl) based on commit(s): 1. c3943ec21cddbed2deedf027471750c95d5eadc4 --- .../adminhtml/Magento/backend/web/css/source/_structure.less | 1 + 1 file changed, 1 insertion(+) diff --git a/app/design/adminhtml/Magento/backend/web/css/source/_structure.less b/app/design/adminhtml/Magento/backend/web/css/source/_structure.less index 098d43e25757e..a74642152ec33 100644 --- a/app/design/adminhtml/Magento/backend/web/css/source/_structure.less +++ b/app/design/adminhtml/Magento/backend/web/css/source/_structure.less @@ -36,6 +36,7 @@ body { // ToDo UI: should be moved to messages .notices-wrapper { margin: 0 3rem; + min-height: 5rem; .messages { margin-bottom: 0; }