File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
app/design/adminhtml/Magento/backend/Magento_Staging/web/css/source/module Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 342
342
}
343
343
}
344
344
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
347
+ body .staging-update-preview {
348
+ min-width : initial ;
349
+ }
350
+
345
351
//
346
352
// Generic restyled elements
347
353
// ---------------------------------------------
433
439
border-left-color : @staging-preview-table-lighten__border-color ;
434
440
border-right-color : @staging-preview-table-lighten__border-color ;
435
441
color : @staging-preview-table-text__color ;
436
-
442
+
437
443
& :first-child {
438
444
border-left : none ;
439
445
}
You can’t perform that action at this time.
0 commit comments