Skip to content

Commit d90f194

Browse files
ENGCOM-6180: Fix: #20379 Calendar icon not aligned inside the textbox in Add Design Change page #25309
- Merge Pull Request #25309 from magudelo62/magento2:feature/20379 - Merged commits: 1. 78b430f
2 parents 68d2137 + 78b430f commit d90f194

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="admin__scope-old"> <!-- 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="form-inline"> <!-- 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)