Skip to content

Commit 6961fb2

Browse files
committed
ACP2E-3397: [Feature Request] Content staging preview in mobile view
1 parent 9ef4cfc commit 6961fb2

File tree

2 files changed

+3
-2
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Staging/web/css/source/module
  • dev/tests/static/testsuite/Magento/Test/Less/_files/blacklist

2 files changed

+3
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Staging/web/css/source/module/_staging-preview.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@
342342
}
343343
}
344344

345-
// Remove min-width specified for the global body element when the body has the class staging-update-preview
346-
// This is to allow the preview to be displayed in a smaller window or mobile device simulation
345+
// Remove min-width specified for the global body element when the body has the class staging-update-preview
346+
// This is to allow the preview to be displayed in a smaller window or mobile device simulation
347347
body.staging-update-preview {
348348
min-width: initial;
349349
}

dev/tests/static/testsuite/Magento/Test/Less/_files/blacklist/old.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ app/design/adminhtml/Magento/backend/Magento_Msrp/web/css/source/_module-old.les
1616
app/design/adminhtml/Magento/backend/Magento_ProductVideo/web/css/source/_module.less
1717
app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order.less
1818
app/design/adminhtml/Magento/backend/Magento_Staging/web/css/source/module/_scheduled-changes.less
19+
app/design/adminhtml/Magento/backend/Magento_Staging/web/css/source/module/_staging-preview.less
1920
app/design/adminhtml/Magento/backend/Magento_Tax/web/css/source/_module-old.less
2021
app/design/adminhtml/Magento/backend/Magento_Theme/web/css/source/_module-old.less
2122
app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/_module-old.less

0 commit comments

Comments
 (0)