Skip to content

Commit 1a9ec39

Browse files
ENGCOM-6485: [Theme] Reverting removed container class #26063
- Merge Pull Request #26063 from eduard13/magento2:2.4-develop-fieldset-styles - Merged commits: 1. 218c3ff
2 parents c7a2450 + 218c3ff commit 1a9ec39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/adminhtml/page_layout/admin-2columns-left.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</container>
3232
<container name="page.main.container" as="page_main_container" htmlId="page:main-container" htmlTag="div" htmlClass="page-columns">
3333
<container name="main.col" as="main-col" htmlId="container" htmlTag="div" htmlClass="main-col">
34-
<container name="admin.scope.col.wrap" as="admin-scope-col-wrap" htmlTag="div" htmlClass="form-inline"> <!-- ToDo UI: remove this wrapper remove with old styles removal -->
34+
<container name="admin.scope.col.wrap" as="admin-scope-col-wrap" htmlTag="div" htmlClass="admin__scope-old"> <!-- ToDo UI: remove this wrapper remove with old styles removal -->
3535
<container name="content" as="content"/>
3636
</container>
3737
</container>

0 commit comments

Comments
 (0)