Skip to content

Commit 37d9826

Browse files
Merge pull request #547 from magento/514_2_content-snapshot-category-admin-page
#514: User sees content snapshot on Category Page in Admin Panel - Change form Description label position.
2 parents a3ef8e8 + ccf6be2 commit 37d9826

File tree

1 file changed

+32
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+32
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_common.less

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,35 @@
4848
display: none !important;
4949
}
5050
}
51+
52+
//
53+
// Category Description
54+
// ---------------------------------------------
55+
56+
.catalog-category-edit {
57+
.admin__fieldset {
58+
> .admin__field {
59+
&[data-index="description"] {
60+
> .admin__field-label {
61+
text-align: left;
62+
63+
label {
64+
span {
65+
&:before {
66+
left: 0;
67+
}
68+
}
69+
}
70+
}
71+
72+
> .admin__field-control {
73+
float: right;
74+
75+
button.action-default {
76+
float: right;
77+
}
78+
}
79+
}
80+
}
81+
}
82+
}

0 commit comments

Comments
 (0)