You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/design/adminhtml/Magento/backend/Magento_Backend/layout/styles.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,6 @@
15
15
<csssrc="css/styles.css"/>
16
16
</head>
17
17
<body>
18
-
<referenceContainername="admin.scope.col.wrap"htmlClass="" /> <!-- ToDo UI: remove this wrapper remove with old styles removal -->
18
+
<referenceContainername="admin.scope.col.wrap"htmlClass="admin__old" /> <!-- ToDo UI: remove this wrapper with old styles removal. The class name "admin__old" is for tests only, we shouldn't use it in any way-->
0 commit comments